You are here

public function EasyRdf_Parser_Turtle::__construct in Zircon Profile 8

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

Constructor

Return value

object EasyRdf_Parser_Turtle

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php, line 71

Class

EasyRdf_Parser_Turtle
Class to parse Turtle with no external dependancies.

Code

public function __construct() {
}