TYPO3CMS-Reference-CoreApi
TYPO3CMS-Reference-CoreApi copied to clipboard
Mention initializeObject at Model Relations chapter
Relations between Extbase models Must mention how to properly
public function initializeObject(): void
{
$this->posts = new ObjectStorage();
}