@@ -576,6 +576,7 @@ discard block |
||
| 576 | 576 | * Sets the mapped identifier field of this class. |
| 577 | 577 | * |
| 578 | 578 | * @internal |
| 579 | + * @param string|null $identifier |
|
| 579 | 580 | */ |
| 580 | 581 | public function setIdentifier(?string $identifier) : void |
| 581 | 582 | { |
@@ -646,6 +647,7 @@ discard block |
||
| 646 | 647 | * |
| 647 | 648 | * @throws InvalidArgumentException If document class is not this class or |
| 648 | 649 | * a Proxy of this class. |
| 650 | + * @param \Doctrine\ODM\MongoDB\Event\PreLoadEventArgs[] $arguments |
|
| 649 | 651 | */ |
| 650 | 652 | public function invokeLifecycleCallbacks(string $event, object $document, ?array $arguments = null) : void |
| 651 | 653 | { |
@@ -1299,6 +1301,7 @@ discard block |
||
| 1299 | 1301 | * {@inheritDoc} |
| 1300 | 1302 | * |
| 1301 | 1303 | * Checks whether the class has a mapped association (embed or reference) with the given field name. |
| 1304 | + * @param string $fieldName |
|
| 1302 | 1305 | */ |
| 1303 | 1306 | public function hasAssociation($fieldName) : bool |
| 1304 | 1307 | { |
@@ -1662,6 +1665,7 @@ discard block |
||
| 1662 | 1665 | /** |
| 1663 | 1666 | * Sets the name of the field that is to be used for versioning if this class is |
| 1664 | 1667 | * versioned for optimistic locking. |
| 1668 | + * @param string|null $versionField |
|
| 1665 | 1669 | */ |
| 1666 | 1670 | public function setVersionField(?string $versionField) : void |
| 1667 | 1671 | { |
@@ -1958,7 +1962,7 @@ discard block |
||
| 1958 | 1962 | * - reflClass (ReflectionClass) |
| 1959 | 1963 | * - reflFields (ReflectionProperty array) |
| 1960 | 1964 | * |
| 1961 | - * @return array The names of all the fields that should be serialized. |
|
| 1965 | + * @return string[] The names of all the fields that should be serialized. |
|
| 1962 | 1966 | */ |
| 1963 | 1967 | public function __sleep() |
| 1964 | 1968 | { |
@@ -2182,6 +2182,7 @@ |
||
| 2182 | 2182 | * Clears the UnitOfWork. |
| 2183 | 2183 | * |
| 2184 | 2184 | * @internal |
| 2185 | + * @param string $documentName |
|
| 2185 | 2186 | */ |
| 2186 | 2187 | public function clear(?string $documentName = null) : void |
| 2187 | 2188 | { |