Returns the value of the literal.
Return value
string  Value of this literal.
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;
}