You are here

public function EasyRdf_Serialiser_Arc::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php \EasyRdf_Serialiser_Arc::__construct()

Constructor

Return value

object EasyRdf_Serialiser_Arc

Overrides EasyRdf_Serialiser::__construct

File

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

Class

EasyRdf_Serialiser_Arc
Class to serialise RDF using the ARC2 library.

Code

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