Home
last modified time | relevance | path

Searched refs:toRdfPhp (Results 1 – 9 of 9) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/
H A DNtriples.php167 $value = $value->toRdfPhp();
205 foreach ($graph->toRdfPhp() as $resource => $properties) {
H A DRdfPhp.php71 return $graph->toRdfPhp();
H A DJsonLd_real.php75 foreach ($graph->toRdfPhp() as $resource => $properties) {
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/
H A DIsomorphic.php114 return count($graph->toRdfPhp());
125 foreach ($graphA->toRdfPhp() as $subject => $properties) {
H A DUtils.php175 $literal = $literal->toRdfPhp();
H A DLiteral.php282 public function toRdfPhp() function in EasyRdf_Literal
H A DResource.php214 public function toRdfPhp() function in EasyRdf_Resource
H A DGraph.php508 $value = $value->toRdfPhp();
1573 public function toRdfPhp() function in EasyRdf_Graph
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/
H A DCHANGELOG.md61 * Renamed `toArray()` to `toRdfPhp()`