1
0
mirror of synced 2025-01-10 11:07:10 +03:00

Merge pull request #1058 from DavidPrevot/Unicode

Drop Unicode character
This commit is contained in:
Marco Pivetta 2014-06-15 12:19:45 +02:00
commit ca37f87c27

View File

@ -612,7 +612,7 @@ Optional attributes:
- **mappedBy**: This option specifies the property name on the - **mappedBy**: This option specifies the property name on the
targetEntity that is the owning side of this relation. It is a targetEntity that is the owning side of this relation. It is a
required attribute for the inverse side of a relationship. required attribute for the inverse side of a relationship.
- **inversedBy**: The inversedBy attribute designates the eld in the - **inversedBy**: The inversedBy attribute designates the field in the
entity that is the inverse side of the relationship. entity that is the inverse side of the relationship.
- **cascade**: Cascade Option - **cascade**: Cascade Option
- **fetch**: One of LAZY, EXTRA_LAZY or EAGER - **fetch**: One of LAZY, EXTRA_LAZY or EAGER
@ -786,7 +786,7 @@ Optional attributes:
- **orphanRemoval**: Boolean that specifies if orphans, inverse - **orphanRemoval**: Boolean that specifies if orphans, inverse
OneToOne entities that are not connected to any owning instance, OneToOne entities that are not connected to any owning instance,
should be removed by Doctrine. Defaults to false. should be removed by Doctrine. Defaults to false.
- **inversedBy**: The inversedBy attribute designates the eld in the - **inversedBy**: The inversedBy attribute designates the field in the
entity that is the inverse side of the relationship. entity that is the inverse side of the relationship.
Example: Example: