]> git.mxchange.org Git - core.git/blobdiff - framework/loader/class_ClassLoader.php
Strict naming-convention (Project\Package[\SubPackage]\SomeFooBar) is now also
[core.git] / framework / loader / class_ClassLoader.php
index 211aded9b438cf368bb4a67a3103ea62f265bc62..e1660b2591dda5ee338b4b9a654b6692ec7993f9 100644 (file)
@@ -436,7 +436,7 @@ class ClassLoader {
                        // Get current entry
                        $currentEntry = $iteratorInstance->current();
 
-                       // Get filename from iterator
+                       // Get filename from iterator which is the class' name (according naming-convention)
                        $fileName = $currentEntry->getFileName();
 
                        // Get the "FQFN" (path and file name)
@@ -526,7 +526,7 @@ class ClassLoader {
         *
         * @param       $className      The class that shall be loaded
         * @return      void
-        * @throws      InvalidArgumentException        If strict-checking is enabled and class name is not following naming convention
+        * @throws      InvalidArgumentException        If strict-checking is enabled and class name is not following naming-convention
         */
        private function loadClassFile ($className) {
                // Trace message