public function EasyRdf_Resource::dumpValue

Return pretty-print view of the resource

Parameters

bool $html Set to true to format the dump using HTML:

string $color The colour of the text:

Return value

string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php, line 214

Class

EasyRdf_Resource
Class that represents an RDF resource

Code

public function dumpValue($html = true, $color = 'blue') {
  return EasyRdf_Utils::dumpResourceValue($this, $html, $color);
}