You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instances of this class represent a "bean". Usually, a bean is mapped to a row of one table.
@@ -531,19 +532,29 @@ private function removeManyToOneRelationship(string $tableName, string $foreignK
531
532
*
532
533
* @param string $tableName
533
534
* @param string $foreignKeyName
534
-
* @param mixed[] $searchFilter
535
-
* @param string $orderString The ORDER BY part of the query. All columns must be prefixed by the table name (in the form: table.column). WARNING : This parameter is not kept when there is an additionnal or removal object !
535
+
* @param array<int, string> $localColumns
536
+
* @param array<int, string> $foreignColumns
537
+
* @param string $foreignTableName
538
+
* @param string $orderString The ORDER BY part of the query. All columns must be prefixed by the table name (in the form: table.column). WARNING : This parameter is not kept when there is an additional or removal object !
$getter->setDocBlock(sprintf('Returns the list of %s pointing to this bean via the %s column.', $beanClass, implode(', ', $this->foreignKey->getUnquotedLocalColumns())));
@@ -147,10 +150,12 @@ public function getCode() : array
0 commit comments