Beispiel #1
0
 /**
  * Defines the CSS class for sorting order arrow
  *
  * @param string $sortBy
  *
  * @return string
  */
 protected function getSortArrowClassCSS($sortBy)
 {
     return static::SORT_BY_MODE_DEFAULT === $this->getSortBy() ? '' : parent::getSortArrowClassCSS($sortBy);
 }