Get the field names in a query result of type bindings.
Return value
array The names of the fields in the result.
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php, line 145
Class
- EasyRdf_Sparql_Result
- Class for returned for SPARQL SELECT and ASK query responses.
Code
public function getFields() {
return $this->fields;
}