You are here

public static function EasyRdf_Namespace::resetNamespaces in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php \EasyRdf_Namespace::resetNamespaces()

Resets list of namespaces to the one, which is provided by EasyRDF useful for tests, among other things

1 call to EasyRdf_Namespace::resetNamespaces()
EasyRdf_Namespace::namespaces in vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php
Return all the namespaces registered

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php, line 126

Class

EasyRdf_Namespace
A namespace registry and manipulation class.

Code

public static function resetNamespaces() {
  self::$namespaces = self::$initial_namespaces;
}