TYPO3CMS-Reference-CoreApi icon indicating copy to clipboard operation
TYPO3CMS-Reference-CoreApi copied to clipboard

Mention initializeObject at Model Relations chapter

Open linawolf opened this issue 3 months ago • 0 comments

Relations between Extbase models Must mention how to properly


    public function initializeObject(): void
    {
        $this->posts = new ObjectStorage();
    }

linawolf avatar Aug 06 '25 15:08 linawolf