mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #129] [CLOSED] Fluent entity (branch 2.1) #7749
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/129
Author: @bmichotte
Created: 9/20/2011
Status: ❌ Closed
Base:
2.1.x← Head:2.1.x📝 Commits (6)
085319cAdd "return $this" to generated methods to get a fluent Enttity classc7c0236Correct indentation3de7bb5tab <-> spaces0abf248Merge branch 'DDC-1603' into 2.1.xcd101a9add fluent entitye95fe1aMerge branch '2.1.x' of github.com:bmichotte/doctrine2 into 2.1.x📊 Changes
1 file changed (+6 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+6 -1)📄 Description
This code add a "return $this" on generated set methods to get a fluent entity and allow to use
This also add a @return on comment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.