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