You are here

public function EasyRdf_Sparql_Result::getFields in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php \EasyRdf_Sparql_Result::getFields()

Get the field names in a query result of type bindings.

Return value

array The names of the fields in the result.

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php, line 144

Class

EasyRdf_Sparql_Result
Class for returned for SPARQL SELECT and ASK query responses.

Code

public function getFields() {
  return $this->fields;
}