Esempio n. 1
0
 /**
  * Return a new instance of redland Literal
  */
 public function newInstance($value, Node $datatype = null, $lang = null)
 {
     $factory = new NodeFactory();
     return $factory->createLiteral($value, $datatype, $lang);
 }