]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/Configuration.php
Dynamic config loading
[friendica.git] / src / Core / Config / Configuration.php
index 37b947d11bf7463fd8a131656e07572b323e7390..f904f369bb81455d888254cbff9e80bb4000ff56 100644 (file)
@@ -45,7 +45,7 @@ abstract class Configuration
        /**
         * @brief Loads all configuration values of family into a cached storage.
         *
-        * All configuration values of the system are stored in the cache ( @see IConfigCache )
+        * All configuration values of the system are stored in the cache ( @see ConfigCache )
         *
         * @param string $cat The category of the configuration value
         *
@@ -59,7 +59,7 @@ abstract class Configuration
         *
         * Get a particular config value from the given category ($cat)
         * and the $key from a cached storage either from the $this->configAdapter
-        * (@see IConfigAdapter ) or from the $this->configCache (@see IConfigCache ).
+        * (@see IConfigAdapter ) or from the $this->configCache (@see ConfigCache ).
         *
         * @param string  $cat        The category of the configuration value
         * @param string  $key           The configuration key to query