On Thu, Aug 19, 2010 at 22:44, Joris van de Sande
<joris.devpl...@gmail.com> wrote:
> The documentation for the SimpleXMLElement class only has a link to
> the count method in the class synopsis. I have discoverd that this is
> caused by the methodname value in the xml files for the class methods.
> Other classes (such as ArrayObject) use the format
> "<classname>::<methodName>" as the methodname value. The methodname
> format that is used for the SimpleXMLElement methods is
> "<methodName>".
>
> What's the right format to use for the methodname?


The current "best practice" is showcased in the skeletons..
See 
http://svn.php.net/viewvc/phpdoc/doc-base/trunk/RFC/skeletons/method.xml?revision=299459&view=markup

-Hannes

Reply via email to