Exemple #1
0
 /**
  * @param AbstractSort $sort
  */
 public function addSort(AbstractSort $sort)
 {
     $this->sorts[$sort->getType()] = $sort;
 }