Solved

When Changes Are Made to More Than One of a Collection's

Question 69

Multiple Choice

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 ( ) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions