public function EasyRdf_Literal::getLang in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php \EasyRdf_Literal::getLang()
Returns the language of the literal.
Return value
string Language of this literal.
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Literal.php, line 270
Class
- EasyRdf_Literal
- Class that represents an RDF Literal
Code
public function getLang() {
return $this->lang;
}