Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MyComponente extends Nette\Application\UI\Control
- {
- /** @var Doctrine\ORM\EntityManager */
- private $em;
- public function __construct(Doctrine\ORM\EntityManager $entityManager)
- {
- parent::__construct(NULL, NULL);
- $this->em = $entityManager;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment