Constructor
Return value
object EasyRdf_Parser_Arc
Overrides EasyRdf_Parser_RdfPhp::__construct
File
- drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php, line 60
Class
- EasyRdf_Parser_Arc
- Class to parse RDF using the ARC2 library.
Code
public function __construct() {
require_once 'arc/ARC2.php';
}