Skip to content
Snippets Groups Projects
Commit 5db14372 authored by Mateu Aguiló Bosch's avatar Mateu Aguiló Bosch
Browse files

Issue #11: Added dic property to TypedEntity

parent eb8c6663
Branches
Tags
No related merge requests found
...@@ -47,6 +47,13 @@ class TypedEntity implements TypedEntityInterface { ...@@ -47,6 +47,13 @@ class TypedEntity implements TypedEntityInterface {
*/ */
protected $wrapper; protected $wrapper;
/**
* The EMW
*
* @var ServiceContainer
*/
protected $dic;
/** /**
* Constructs a TypedEntity object. * Constructs a TypedEntity object.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment