techtonik               Thu Nov 18 12:58:16 2004 EDT

  Modified files:              
    /phpdoc/howto       working.xml 
  Log:
  method IDs are mixed case
  
http://cvs.php.net/diff.php/phpdoc/howto/working.xml?r1=1.48&r2=1.49&ty=u
Index: phpdoc/howto/working.xml
diff -u phpdoc/howto/working.xml:1.48 phpdoc/howto/working.xml:1.49
--- phpdoc/howto/working.xml:1.48       Fri Nov 12 08:05:52 2004
+++ phpdoc/howto/working.xml    Thu Nov 18 12:58:15 2004
@@ -129,6 +129,15 @@
      in IDs, they should be replaced by minus signs (-).
     </simpara></listitem>
     <listitem><simpara>
+     Unlike function reference IDs method reference IDs are
+     case-sensitive. Special operators <literal>::</literal>, 
+     <literal>-></literal> and underscores are replaced by the same
+     minus signs (-). For example 
<literal>function.ArrayObject---constructor</literal>
+     is an ID for <literal>ArrayObject::__constructor</literal> and 
+     <literal>function.DOMCharacterData-deleteData</literal> is for
+     <literal>DOMCharacterData->deleteData</literal> method accordingly.
+    </simpara></listitem>
+    <listitem><simpara>
      Function reference section IDs
      (<literal>&lt;reference id="..."></literal>) look
      like this: 'ref.category', for example: 'ref.ftp'.
@@ -482,7 +491,7 @@
     <title>A function skeleton (<filename>func-name.xml</filename>)</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.48 $ --&gt;
+&lt;!-- $Revision: 1.49 $ --&gt;
 &lt;refentry id="function.func-name"&gt;
  &lt;refnamediv&gt;
   &lt;refname&gt;func_name&lt;/refname&gt;
@@ -641,7 +650,7 @@
     <title>A <filename>reference.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.48 $ --&gt;
+&lt;!-- $Revision: 1.49 $ --&gt;
 &lt;reference id="ref.extname"&gt;
  &lt;title&gt;Extname &amp;Functions;&lt;/title&gt;
  &lt;titleabbrev&gt;Extname&lt;/titleabbrev&gt;
@@ -708,7 +717,7 @@
     <title>A <filename>configure.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.48 $ --&gt;
+&lt;!-- $Revision: 1.49 $ --&gt;
 &lt;section id="extname.installation"&gt;
  &amp;reftitle.install;
  &lt;para&gt;
@@ -749,7 +758,7 @@
     <title>A <filename>constants.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.48 $ --&gt;
+&lt;!-- $Revision: 1.49 $ --&gt;
 &lt;section id="extname.constants"&gt;
  &amp;reftitle.constants;
  &amp;extension.constants;
@@ -799,7 +808,7 @@
     <title>A <filename>ini.xml</filename> skeleton</title>
     <programlisting role="xml">
 &lt;?xml version="1.0" encoding="iso-8859-1"?&gt;
-&lt;!-- $Revision: 1.48 $ --&gt;
+&lt;!-- $Revision: 1.49 $ --&gt;
 &lt;section id="extname.configuration"&gt;
  &amp;reftitle.runtime;
  &amp;extension.runtime;

Reply via email to