You are here

public function EasyRdf_Parser_Arc::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php \EasyRdf_Parser_Arc::__construct()

Constructor

Return value

object EasyRdf_Parser_Arc

Overrides EasyRdf_Parser_RdfPhp::__construct

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php, line 59

Class

EasyRdf_Parser_Arc
Class to parse RDF using the ARC2 library.

Code

public function __construct() {
  require_once 'arc/ARC2.php';
}