getSnapshot() публичный Метод

INTERNAL: Returns the last snapshot of the elements in the collection.
public getSnapshot ( ) : array
Результат array The last snapshot of the elements.
 /**
  * {@inheritdoc}
  */
 public function getSnapshot()
 {
     return $this->collection->getSnapshot();
 }