public function EasyRdf_Parser_RdfPhp::__construct

Constructor

Return value

object EasyRdf_Parser_RdfPhp

2 methods override EasyRdf_Parser_RdfPhp::__construct()
EasyRdf_Parser_Arc::__construct in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php
Constructor
EasyRdf_Parser_Json::__construct in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php
Constructor

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php, line 55

Class

EasyRdf_Parser_RdfPhp
Class to parse RDF with no external dependancies.

Code

public function __construct() {
}