public function EasyRdf_Literal::getValue

Returns the value of the literal.

Return value

string Value of this literal.

4 methods override EasyRdf_Literal::getValue()

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php, line 235

Class

EasyRdf_Literal
Class that represents an RDF Literal

Code

public function getValue() {
  return $this->value;
}