mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3944: [GH-1532] Update ClassMetadataInfo.php #4824
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Oct 9, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of cybermo:
Url: https://github.com/doctrine/doctrine2/pull/1532
Message:
Ability to remove a lifecycle callback.
This is useful in order to disable a callback method on specific cases.
Exemple with TimeStampable and updateTimestamps callback method:
When a user connect to the website, some attributes get updated automatically like last_logged_time...etc.
The object will see it's updated_at changed which is correct from the object point of view.
But it is not correct from the functional point of view, because none updated that user object.
So in this particular situation, there will be no date time updating in updated_at.
@doctrinebot commented on GitHub (Oct 25, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1532] was assigned:
https://github.com/doctrine/doctrine2/pull/1532
@doctrinebot commented on GitHub (Oct 25, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1532] was closed:
https://github.com/doctrine/doctrine2/pull/1532
@doctrinebot commented on GitHub (Oct 25, 2015):
Issue was closed with resolution "Invalid"