]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Updated standards for method names.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 23 Oct 2009 13:10:50 +0000 (13:10 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 23 Oct 2009 13:10:50 +0000 (13:10 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3574 36083f99-b078-4883-b0ff-0f9b5a30f544

CODING.txt

index a3b92096f016419985d17b83353bf7e893d1e524..8442129252ff3b0292d3442cbdfb6b5636afac72 100644 (file)
@@ -18,8 +18,8 @@ plugins, and tickets attached to Trac are expected to be in this format.
                        echo $elem;
                }
        }
-* Name functions and methods using underscore_character().
-* Name classes using CamelCase()
+* Name standalone functions using underscore_character().
+* Name classes using CamelCase() and methods using lowerCamelCase().
 * Name globals and constants in ALL_CAPS (FALSE, TRUE, NULL, ACCESS_FRIENDS, 
   $CONFIG).
 * Space functions like_this($required, $optional = TRUE)