getOrderBy() public method

public getOrderBy ( ) : null | string
return null | string
 /**
  * {@inheritdoc}
  */
 public function getOrderBy()
 {
     return $this->orderBy->getOrderBy();
 }