public function EasyRdf_Literal::getLang

Returns the language of the literal.

Return value

string Language of this literal.

File

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

Class

EasyRdf_Literal
Class that represents an RDF Literal

Code

public function getLang() {
  return $this->lang;
}