Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
typed_entity
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
typed_entity
Commits
5db14372
Commit
5db14372
authored
Mar 23, 2015
by
Mateu Aguiló Bosch
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#11
: Added dic property to TypedEntity
parent
eb8c6663
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TypedEntity/TypedEntity.php
+7
-0
7 additions, 0 deletions
src/TypedEntity/TypedEntity.php
with
7 additions
and
0 deletions
src/TypedEntity/TypedEntity.php
+
7
−
0
View file @
5db14372
...
@@ -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.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment