File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/ExtensionArchitecture/Extbase/Reference/Domain Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ Relations
7373
7474Extbase supports different types of hierarchical relationships
7575between domain objects.
76- All relationships can be defined unidirectional or multidimensional in the model.
76+ Relationships can be defined as unidirectional or as multidimensional in the model.
7777
78- On the side of the relationship that can only have one counterpart, you must
79- decide whether it is possible to have no relationship (allow null) or not .
78+ On the side of a relationship that can only have one counterpart, you must
79+ decide whether it is allowed that no counterpart exists (allow null).
8080
8181
8282Nullable relations
@@ -93,7 +93,7 @@ be used in any modern TYPO3 version:
9393 protected ?Person $secondAuthor = null;
9494
9595 Union types, that can also be used to allow :php: `null `, have been introduced with
96- PHP 8.0 and can only been used when the minimal PHP requirement is PHP 8.0 .
96+ PHP 8.0.
9797
9898.. code-block :: php
9999 :caption: Example for union type of null and Person
You can’t perform that action at this time.
0 commit comments