Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function sorted(ComparatorInterface $criteria)
 {
     return $this->collection->sorted($criteria);
 }