Created
January 18, 2013 10:09
-
-
Save aertmann/4563585 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @var Tx_Acme_Repository_AcmeRepository | |
*/ | |
protected $repository; | |
/** | |
* @return void | |
*/ | |
public function initializeObject() { | |
$objectManager = t3lib_div::makeInstance('Tx_Extbase_Object_ObjectManager'); | |
$this->repository = $objectManager->get('Tx_Acme_Repository_AcmeRepository'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment