Re: [PHP-DOC] Object method documentation.

2010-01-15 Thread Hannes Magnusson
On Thu, Jan 14, 2010 at 23:21, Eddie Drapkin wrote: > On Thu, Jan 14, 2010 at 4:43 PM, Hannes Magnusson > wrote: >> I.. don't know. >> I look at the class reference page when I want quickly see the access >> modifiers of the methods. >> And, its documented on the method pages.. >> >> I don't real

Re: [PHP-DOC] Object method documentation.

2010-01-14 Thread Eddie Drapkin
On Thu, Jan 14, 2010 at 4:43 PM, Hannes Magnusson wrote: > I.. don't know. > I look at the class reference page when I want quickly see the access > modifiers of the methods. > And, its documented on the method pages.. > > I don't really see the need to parse the access modifiers and then > manipu

Re: [PHP-DOC] Object method documentation.

2010-01-14 Thread Hannes Magnusson
On Thu, Jan 14, 2010 at 21:35, Eddie Drapkin wrote: > Right now, in the manual, there's no way to distinguish between static > and concrete methods.  Take the DateTime class, for instance. > DateTime::createFromFormat is a static method, and in the navigation, > table of contents, etc. it's referr

[PHP-DOC] Object method documentation.

2010-01-14 Thread Eddie Drapkin
Right now, in the manual, there's no way to distinguish between static and concrete methods. Take the DateTime class, for instance. DateTime::createFromFormat is a static method, and in the navigation, table of contents, etc. it's referred to as DateTime::createFromFormat; however, DateTime::forma