Beispiel #1
0
 public function applyOrdering(Entity $entity)
 {
     $entity->underlyingQuery()->orderBy($this->collumn, $this->direction);
 }
Beispiel #2
0
 public function applyFilter(Entity $entity)
 {
     $entity->underlyingQuery($this->applyFilterToQuery($entity->underlyingQuery()));
 }