-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make Base LifecycleEventArgs usable in orm and odm #222
Conversation
Hello, thank you for positing this Pull Request. I have automatically opened an issue on our Jira Bug Tracker for you with the details of this Pull-Request. See the Link: |
|
||
/** | ||
* @var object | ||
*/ | ||
private $entity; | ||
protected $object; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why changing the visibility ? You have getter for them, and child classes are not meant to replace them either
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right.
make Base LifecycleEventArgs usable in orm and odm
@beberlei: Will this be in the 2.3.1 release? And if so, any ETA on when that might be? |
@jmikola This is only in master AFAIK, so it is probably for 2.4 |
Ah, I didn't realize there was a separate 2.3 branch already. Makes sense, thanks! |
Pull requests are to come for both orm and odm to make use of this.
The main goal is to make more abstract listeners, compatible with both orm and odm.