/**
  * Gets selectFields.
  *
  * @return array.
  */
 public function getSelectFields()
 {
     return $this->_query->getSelectFields();
 }