typo3 extbase @inject implementation

revision bcc1c04d4a8aa2cfe4232c0ffca83e65e050d19c

raw

README.rst

Parsing of class property @inject annotations happens in typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php.

Previously, injectPropertyName() methods were used - but those got replaced with the annotations in http://forge.typo3.org/issues/46598 ("Use @inject instead of inject...-methods").

History