__sleep() public method

Called by PHP when this collection is serialized. Ensures that only the elements are properly serialized.
public __sleep ( )
 /**
  * {@inheritdoc}
  */
 public function __sleep()
 {
     return $this->collection->__sleep();
 }