mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '3.6' into 4.0
This commit is contained in:
commit
d28a1b5cfc
@ -205,6 +205,10 @@ class ManyManyList extends RelationList
|
||||
* Add an item to this many_many relationship
|
||||
* Does so by adding an entry to the joinTable.
|
||||
*
|
||||
* Can also be used to update an already existing joinTable entry:
|
||||
*
|
||||
* $manyManyList->add($recordID,["ExtraField" => "value"]);
|
||||
*
|
||||
* @throws InvalidArgumentException
|
||||
* @throws Exception
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user