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

public toArray ( )
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     return $this->collection->toArray();
 }