1. Persistence - Part III: Manual - FLOW3 – The Definitive Guide - Documentation - FLOW3 Enterprise PHP Framework

Persisting a Domain Object
After an object has been added to a repository it will be seen when FLOW3 calls persistAll() at the end of a script run. Internally all instances implementing the \TYPO3\FLOW3\Persistence\RepositoryInterface will be fetched and asked for the objects they hold. Those will then be handed to the persistence backend in use and processed by it.

    Persistence - Part III: Manual - FLOW3 – The Definitive Guide - Documentation - FLOW3 Enterprise PHP Framework

    Persisting a Domain Object

    After an object has been added to a repository it will be seen when FLOW3 calls persistAll() at the end of a script run. Internally all instances implementing the \TYPO3\FLOW3\Persistence\RepositoryInterface will be fetched and asked for the objects they hold. Those will then be handed to the persistence backend in use and processed by it.

    2 months ago  /  Notes