Hannes Magnusson wrote:
> Shouldn't the underscore be replaced with dash?
> Granted that internal PHP methods are supposed to use camelCasedNames
> I bet some extension will break this convention at some point.

Sure. We'll get some weird names, however, such as class.-private or
class.--magic, especially for constructors; why are constructors
currently dash-less (i.e. classname.construct as opposed to
classname.--construct, which looks weird).

> Also, we should probably ditch this leftover from phpbook-xsl and
> match against the <refname>s to make it possible to both do
> <function>ext_funcname</function> and
> <function>ClassName::methodName</function>.

Not sure what you're talking about here, unfortunately.  Do you mean
index the contents of refname to generate a method to filename list? I
was under the impression that what you were describing was already possible.

-- 
 Edward Z. Yang               Portable GnuPG: 0x995A2C84
 HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter
 [[ C8D5 9E3C 15AD 1467 5561 2C0E 719A 2D9D 995A 2C84 ]]
      This Message Courtesy of Thunderbird Portable

Reply via email to