Author: dr
Date: Thu Jul 26 10:22:32 2007
New Revision: 5731
Log:
- Added @ignore tags to template and fixed a speling error.
Modified:
docs/guidelines/implementation.txt
Modified: docs/guidelines/implementation.txt
==============================================================================
--- docs/guidelines/implementation.txt [iso-8859-1] (original)
+++ docs/guidelines/implementation.txt [iso-8859-1] Thu Jul 26 10:22:32 2007
@@ -198,16 +198,15 @@
which stands for eZ Components. Do not use more than three words for
your names and make sure they are not verbs but nouns.
+For exception classes we append "Exception" to the class name, for
+option classes "Options. We do not add a postfix for abstract classes,
+interfaces and structs.
+
All classes in one package should start with the same prefix, unless a class
-bundles multiple "main" classes into one package. Examples
-
-In the Database package::
+bundles multiple "main" classes into one package. Examples::
ezcDb
ezcDbHandler
-
-Examples::
-
ezcDbPostgresqlHandler
ezcDbMysqlHandler
@@ -629,7 +628,7 @@
/**
* Private constructor to prevent non-singleton use
*/
- private function __constructor()
+ private function __construct()
{
}
@@ -678,6 +677,7 @@
* @throws ezcBasePropertyNotFoundException if the property does not exist.
* @param string $name
* @param mixed $value
+ * @ignore
*/
public function __set( $name, $value )
{
@@ -735,6 +735,7 @@
*
* @throws ezcBasePropertyNotFoundException if the property does not exist.
* @param string $name
+ * @ignore
*/
public function __get( $name )
{
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components