]> git.mxchange.org Git - hub.git/blobdiff - index.php
Rewritten class structure to make it more OOP-friendly (stupid comment, I know)
[hub.git] / index.php
index b77289f9a3356ca3aa09b77e8b3e175cd5ba10ae..005004646b5cee9d87e2ae89b499f8f675e6604d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -161,7 +161,8 @@ final class ApplicationEntryPoint {
        }
 
        /**
-        * Determines the correct absolute path for all includes
+        * Determines the correct absolute path for all includes only once per run.
+        * Other calls of this method are being "cached".
         *
         * @return      $basePath       Base path (core) for all includes
         */