]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/IConfigAdapter.php
Bugfixing PConfig
[friendica.git] / src / Core / Config / IConfigAdapter.php
index 5861b4c7e1627972b0049fbe972df8db19f1b200..5bbb61ae80119ff5d9e02cbe3b2b5f78fe1dc90b 100644 (file)
@@ -12,7 +12,7 @@ interface IConfigAdapter
         * @brief Loads all configuration values into a cached storage.
         *
         * All configuration values of the system are stored in global cache
-        * which is available under the global variable $a->config
+        * which is available under the global variable Config::$config
         *
         * @param string  $cat The category of the configuration values to load
         *
@@ -60,7 +60,7 @@ interface IConfigAdapter
        /**
         * @brief Deletes the given key from the system configuration.
         *
-        * Removes the configured value from the stored cache in $a->config
+        * Removes the configured value from the stored cache in Config::$config
         * and removes it from the database.
         *
         * @param string $cat The category of the configuration value