From 2de6d0e0c6dfc95f90a1a439f6de6b393378772b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 23 Oct 2009 13:10:50 +0000 Subject: Updated standards for method names. git-svn-id: http://code.elgg.org/elgg/trunk@3574 36083f99-b078-4883-b0ff-0f9b5a30f544 --- CODING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODING.txt b/CODING.txt index a3b92096f..844212925 100644 --- a/CODING.txt +++ b/CODING.txt @@ -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) -- cgit v1.2.3