[TYPO3-mvc] TYPO3 4.7 Feature Freeze // Extbase Sprint

Felix Oertel f at oer.tel
Mon Mar 5 09:14:25 CET 2012


Hey,

Am 04.03.12 21:37, schrieb Alexander Schnitzler:
> 3) Dependency Injections like in FLOW3
>
> Instead of using a method for DI just use an @inject annotation on
> properties.
> /**
> * @inject Tx_MyExt_Domain_Repository_FooRepository
> */
> protected $fooRepository;

Actually it is

/**
  * @var $Tx_...Repository
  * @inject
  */
protected $...Repository.

Besides that it seems there are some bugs left, so we will see if this 
hits the core after the sprint.

Anyway a good listing. ;-) Everything important can be found in the 
change- (or git-)log of extbase.

regards, foertel

-- 
I LOVE TYPO3 - ASSOCIATED GOLD MEMBER
please support our work http://bit.ly/supportTYPO3


More information about the TYPO3-project-typo3v4mvc mailing list