Author: voxus
Date: 2006-08-14 15:30:37 +0400 (Mon, 14 Aug 2006)
New Revision: 1967
Modified:
trunk/doc/CodingStyle
Log:
* synced with reality
Modified: trunk/doc/CodingStyle
===================================================================
--- trunk/doc/CodingStyle 2006-08-12 15:47:27 UTC (rev 1966)
+++ trunk/doc/CodingStyle 2006-08-14 11:30:37 UTC (rev 1967)
@@ -10,6 +10,8 @@
class SomeClassName
{
+ const CORRECT_ANSWER = 42; // must differs from zero
+
private $privateVariable = null;
private $yetAnotherVariable = null;
@@ -85,6 +87,11 @@
}
Class Method Sorting:
+ * public static function create() (if any)
+ * public function __construct (if any)
+ * public fucntion __destruct (if any)
+ * public fucntion __sleep (if any)
+ * public fucntion __wakeup (if any)
* abstract public
* abstract protected
* final public
Received on Mon Aug 14 2006 - 15:30:38 MSD
This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 20:26:18 MSD