Re[3]: [PHP-DOC] HowTo addition

2004-11-19 Thread techtonik
||*()*|| Hi, Derick. NL no... the id for ArrayObject::__constructor is 'ArrayObject-constructor'. What will we do if there will be two similar methods like ::__constructor to denote object constructor and ::constructor with a little different meaning? DR The person doing that should get his

Re[3]: [PHP-DOC] HowTo addition

2004-11-19 Thread Derick Rethans
On Fri, 19 Nov 2004, techtonik wrote: ||*()*|| Hi, Derick. NL no... the id for ArrayObject::__constructor is 'ArrayObject-constructor'. What will we do if there will be two similar methods like ::__constructor to denote object constructor and ::constructor with a little different

[PHP-DOC] HowTo addition

2004-11-18 Thread techtonik
Hello, [EMAIL PROTECTED] Could anybody review correctness of the paragraph number 3 in this HowTo excerption before I commit it? Chapter 6. Conventions When you work on phpdoc XML files, you should stick to these conventions, to ease the team work in the module. 1. Insert ID attributes

Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Gabor Hojtsy
--- howto\working.xml.old Thu Nov 18 11:39:36 2004 +++ howto\working.xml Thu Nov 18 11:36:48 2004 @@ -129,6 +129,15 @@ in IDs, they should be replaced by minus signs (-). /simpara/listitem listitemsimpara + Unlike function reference IDs method reference IDs are +

Re: [PHP-DOC] HowTo addition

2004-11-18 Thread Nuno Lopes
3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for ArrayObject::__constructor and function.DOMCharacterData-deleteData is for

Re[2]: [PHP-DOC] HowTo addition

2004-11-18 Thread techtonik
||*()*|| Hi, Nuno. 3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for ArrayObject::__constructor and

Re[2]: [PHP-DOC] HowTo addition

2004-11-18 Thread Derick Rethans
On Thu, 18 Nov 2004, techtonik wrote: ||*()*|| Hi, Nuno. 3. Unlike function reference IDs method reference IDs are case-sensitive. Special operators ::, - and underscores are replaced by the same minus signs (-). For example function.ArrayObject---constructor is an ID for