[PR #25] Ddc 970 #7610

Closed
opened 2026-01-22 15:56:00 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/25

State: closed
Merged: No


orm:generate-entities should have an option to change the visibility of the attributes

The option is used like this:

doctrine orm:generate-entities --attribute-visibility=protected my_dir
doctrine orm:generate-entities --attribute-visibility=public my_dir

When the option is omitted attributes have private visibility as normal.

**Original Pull Request:** https://github.com/doctrine/orm/pull/25 **State:** closed **Merged:** No --- orm:generate-entities should have an option to change the visibility of the attributes The option is used like this: doctrine orm:generate-entities --attribute-visibility=protected my_dir doctrine orm:generate-entities --attribute-visibility=public my_dir When the option is omitted attributes have private visibility as normal.
admin added the pull-request label 2026-01-22 15:56:00 +01:00
admin closed this issue 2026-01-22 15:56:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7610