[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    Re: [DOC-CVS] svn: /phpdoc/doc-base/trunk/scripts/docgen/ docgen.php
From:       Philip Olson <philip () roshambo ! org>
Date:       2010-04-30 16:48:16
Message-ID: 87EB3936-C4B3-44D1-9349-9DB8C28EF602 () roshambo ! org
[Download RAW message or body]


On Apr 30, 2010, at 9:45 AM, Hannes Magnusson wrote:

> On Fri, Apr 30, 2010 at 18:41, Hannes Magnusson
> <hannes.magnusson@gmail.com> wrote:
> > On Fri, Apr 30, 2010 at 04:28, Philip Olson <philip@php.net> wrote:
> > > philip                                   Fri, 30 Apr 2010 02:28:54 +0000
> > > 
> > > Revision: http://svn.php.net/viewvc?view=revision&revision=298790
> > > 
> > > Log:
> > > Ignore private properties
> > > 
> > > Changed paths:
> > > U   phpdoc/doc-base/trunk/scripts/docgen/docgen.php
> > > 
> > > Modified: phpdoc/doc-base/trunk/scripts/docgen/docgen.php
> > > ===================================================================
> > > --- phpdoc/doc-base/trunk/scripts/docgen/docgen.php     2010-04-30 00:07:39 UTC \
> > >                 (rev 298789)
> > > +++ phpdoc/doc-base/trunk/scripts/docgen/docgen.php     2010-04-30 02:28:54 UTC \
> > > (rev 298790) @@ -505,7 +505,7 @@
> > > 
> > > 
> > > /* {PROPERTIES_LIST} */
> > > -       if ($properties = $class->getProperties()) {
> > > +       if ($properties = $class->getProperties(ReflectionProperty::IS_PUBLIC + \
> > > ReflectionProperty::IS_PROTECTED + ReflectionProperty::IS_STATIC)) {
> > 
> > 
> > +? Isn't that supposed to be &?
> 
> > !!
> 
> -typo

> ) 

Richard also mentioned it, and it's true. However, I'm distracted documenting \
getProperties() so will commit that soon (first). The code is correct there ;) \
Cascading TODO!

Regards,
Philip


-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic