[TYPO3-mvc] Check if object has already a uid

Philipp Wrann philippwrann at gmail.com
Fri Mar 7 08:34:51 CET 2014


i would do that with a set of different actions.

To see if an object is new you can call object->_isNew(), the underscore tells you it is a internal method, so it might be better to use getUid() === NULL


More information about the TYPO3-project-typo3v4mvc mailing list