Re: [PHP-DOC] ArrayObject docs

2009-04-06 Thread Hannes Magnusson
On Mon, Apr 6, 2009 at 14:09, Juliette wrote: > Thanks for the feedback! > > 2009/4/6 Hannes Magnusson >>  - The ArrayObject->count() example should probably mention count() >> and an example usage. >>  - Same for the offsetSet()/offsetGet()/.. they should probably >> contain example of $obj[..]

Re: [PHP-DOC] ArrayObject docs

2009-04-06 Thread Juliette
Thanks for the feedback! 2009/4/6 Hannes Magnusson > Few comments: > - I think it wasn't until 5.3 that ArrayObject implemented > Serializable, so the classrefernce page should have a changelog for > it. Ok - The ArrayObject->count() example should probably mention count() > and an example u

Re: [PHP-DOC] ArrayObject docs

2009-04-05 Thread Hannes Magnusson
On Sun, Apr 5, 2009 at 07:33, Juliette wrote: > Hi > I've documented the ArrayObject methods that were tagged with the 'not > documented' warning. Also documented iterator_to_array and iterator_count. > That should be all the SPL docs tagged as not documented, so I'm now > continuing with the rest

Re: [PHP-DOC] ArrayObject docs

2009-04-04 Thread Juliette
2009/4/5 Philip Olson > >> That should be all the SPL docs tagged as not documented, so I'm now >> continuing with the rest of ArrayObject. > > You're doing great work, I think it's time for a CVS account so you can > apply these and future changes: > - http://php.net/cvs-php > Thanks :) Let

Re: [PHP-DOC] ArrayObject docs

2009-04-04 Thread Philip Olson
I've documented the ArrayObject methods that were tagged with the 'not documented' warning. Also documented iterator_to_array and iterator_count. Cool! That should be all the SPL docs tagged as not documented, so I'm now continuing with the rest of ArrayObject. You're doing great work

[PHP-DOC] ArrayObject docs

2009-04-04 Thread Juliette
Hi I've documented the ArrayObject methods that were tagged with the 'not documented' warning. Also documented iterator_to_array and iterator_count. That should be all the SPL docs tagged as not documented, so I'm now continuing with the rest of ArrayObject. Let me know if something needs fixing.