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
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
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
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