aidan           Thu Oct  7 10:04:23 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    magic.xml 
  Log:
  Listed all the magic methods and referenced them to their appropriate chapters. (Is 
there a way to get the title of a chapter without assigning it an ID?)
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/magic.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5/magic.xml
diff -u phpdoc/en/language/oop5/magic.xml:1.3 phpdoc/en/language/oop5/magic.xml:1.4
--- phpdoc/en/language/oop5/magic.xml:1.3       Sat Oct  2 05:40:50 2004
+++ phpdoc/en/language/oop5/magic.xml   Thu Oct  7 10:04:17 2004
@@ -1,11 +1,16 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <sect1 id="language.oop5.magic">
   <title>Magic Methods</title>
   <para>
    The function names
    <literal>__construct</literal>,
-   <literal>__destruct</literal>,
+   <literal>__destruct</literal>
+   (see <link linkend="language.oop5.decon">Constructors and Destructors</link>),
+   <literal>__call</literal>,
+   <literal>__get</literal>,
+   <literal>__set</literal>
+   (see <link linkend="language.oop5.overloading">Overloading</link>),
    <literal>__sleep</literal>,
    <literal>__wakeup</literal>, and
    <literal>__toString</literal> 

Reply via email to