public function EasyRdf_Parser_RdfPhp::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php \EasyRdf_Parser_RdfPhp::__construct()
Constructor
Return value
object EasyRdf_Parser_RdfPhp
2 methods override EasyRdf_Parser_RdfPhp::__construct()
- EasyRdf_Parser_Arc::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Arc.php - Constructor
- EasyRdf_Parser_Json::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Json.php - Constructor
File
- 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() {
}