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

Get Sortables
public getSortables ( ) : Sortable[]
Результат Sortable[]
Пример #1
0
 /**
  * Compile all sortable table indices
  *
  * @param Entity $md
  * @return array
  */
 private function compileSortIndices(Entity $md)
 {
     return $this->compileSortables($md->getSortables());
 }