Example #1
0
 /**
  * @return string
  */
 public function getCurrentSortDirection()
 {
     return strtolower(array_get($this->table->getInput(), $this->table->getSortDirectionQueryStringKey(), self::SORT_ASCENDING));
 }