When changes are made to more than one of a collection’s items using setData( ‘some’, ‘value’), which of the
following methods will save the changes in the collection?

A.
$collection->saveAll();
B.
$collection->saveItems ();
C.
$collection->saveAllItems ()?
D.
$collection->save();