public static function EasyRdf_Namespace::getDefault in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php \EasyRdf_Namespace::getDefault()
Get the default namespace
Returns the URI of the default namespace or null if no default namespace is defined.
Return value
string The URI of the default namespace
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Namespace.php, line 229
Class
- EasyRdf_Namespace
- A namespace registry and manipulation class.
Code
public static function getDefault() {
return self::$default;
}