Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3f014d

Browse filesBrowse files
rodmar35javiereguiluz
authored andcommitted
Update reverse_engineering.rst
1 parent 9542ce7 commit b3f014d
Copy full SHA for b3f014d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎doctrine/reverse_engineering.rst

Copy file name to clipboardExpand all lines: doctrine/reverse_engineering.rst
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,12 @@ run:
9999

100100
.. code-block:: terminal
101101
102-
// generates getter/setter methods
102+
// generates getter/setter methods for all Entities
103103
$ php bin/console make:entity --regenerate App
104104
105+
// generates getter/setter methods for one specific Entity
106+
$ php bin/console make:entity --regenerate App\\Entity\\Country
107+
105108
.. note::
106109

107110
If you want to have a OneToMany relationship, you will need to add

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.