Exemplo n.º 1
0
 /**
  * getSortOrder
  *
  * @return string
  */
 protected function getSortOrder()
 {
     return static::SORT_BY_MODE_DEFAULT === $this->getSortBy() ? static::SORT_ORDER_ASC : parent::getSortOrder();
 }