Return a human readable view of the resource and its properties
This method is intended to be a debugging aid and will print a resource and its properties.
bool $html Set to true to format the dump using HTML:
string
public function dump($html = true) {
$this
->checkHasGraph();
return $this->graph
->dumpResource($this->uri, $html);
}