Re: [PHP-DOC] How to document Class Properties

2004-09-11 Thread Gabor Hojtsy
The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values). Are there any guidelines for how to document them? They are equally important to methods, therefore should they get their own page as well? (I'd sa

Re: [PHP-DOC] How to document Class Properties

2004-09-09 Thread Christian Stocker
On 9.9.2004 20:21 Uhr, Gabor Hojtsy wrote: Hi Christian, The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values). Are there any guidelines for how to document them? They are equally important to methods,

Re: [PHP-DOC] How to document Class Properties

2004-09-09 Thread Gabor Hojtsy
Hi Christian, The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values). Are there any guidelines for how to document them? They are equally important to methods, therefore should they get their own page as

[PHP-DOC] How to document Class Properties

2004-08-22 Thread Christian Stocker
Hi The DOM extension has a lot of important class properties (like nodeValue, nodeType for getting values, but also similar ones for setting values). Are there any guidelines for how to document them? They are equally important to methods, therefore should they get their own page as well? (I'd