Documentation
- 1 Getting started
- 11 Social media
- 2 Integrated fundamentals
- 2.1 Integrated Content Structure
- 2.2 Architecture
- 2.3 Content types and document types
- 2.4 Integrated Relations
- 2.5 Publication status of a content item
- 2.6 Versioning
- 2.7 Issue tracking
- 3 Content store
- 4 Blocks
- 5 Multi channel publishing
- 6 Storage
- 7 Themes and templating
- 8 Solr
- 9 Contributing
- 9 Users
- Unkown documentation category
2.1 Integrated Content Structure
The Integrated Content Structure offers a basis for storage of the most used content types. The predefined content structure allows creation of adaptors and other extensions on this structure.
All content items are based on the abstract Content class, which assures that every content item has (for example) an ID.
The documents can be found in the IntegratedContentBundle in the Document/Content folder.
The abstract Content class is also based on some interfaces. When requiring Content in your application please require the ContentInterface instead of the Content class, to allow to replace the Content class with your own one.