Ejemplo n.º 1
0
 /**
  * Return a human-readable (sort of) string "graphname { s p o . }"
  * describing the quad.
  *
  * @return string
  */
 function toString()
 {
     return 'GraphName(' . $this->graphName->getLabel() . ') ' . $this->statement->toString();
 }