getSnapshot() public method

INTERNAL: Returns the last snapshot of the elements in the collection.
public getSnapshot ( ) : array
return array The last snapshot of the elements.
 /**
  * {@inheritdoc}
  */
 public function getSnapshot()
 {
     return $this->collection->getSnapshot();
 }