public function EasyRdf_Serialiser::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php \EasyRdf_Serialiser::__construct()
1 call to EasyRdf_Serialiser::__construct()
- EasyRdf_Serialiser_JsonLd::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ JsonLd_real.php
4 methods override EasyRdf_Serialiser::__construct()
- EasyRdf_Serialiser_Arc::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ Arc.php - Constructor
- EasyRdf_Serialiser_GraphViz::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ GraphViz.php - Constructor
- EasyRdf_Serialiser_JsonLd::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ JsonLd_real.php - EasyRdf_Serialiser_Rapper::__construct in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ Rapper.php - Constructor
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser.php, line 49
Class
- EasyRdf_Serialiser
- Parent class for the EasyRdf serialiser
Code
public function __construct() {
}