public static function 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

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php, line 177

Class

EasyRdf_Namespace
A namespace registry and manipulation class.

Code

public static function getDefault() {
  return self::$default;
}