示例#1
0
 /**
  * Returns a list of the names of all fields in the records in
  * this result set.
  *
  * Only the field names are returned. If you need additional
  * information, examine the Layout object provided by the
  * {@link getLayout()} method.
  *
  * @return array List of field names as strings.
  */
 public function getFields()
 {
     return $this->layout->listFields();
 }