home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / class_summary.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  2.5 KB  |  93 lines

  1. <!-- $Revision: 1.10 $ -->
  2. <refentry id="{$id}">
  3.    <refnamediv>
  4.     <refname>Class {$class_name} Summary</refname>
  5.     <refpurpose>{$sdesc|default:"¬documented"}</refpurpose>
  6.    </refnamediv>
  7. {include file="docblock.tpl" desc=$desc tags=$tags line_number=$line_number params=false}
  8. {include file="var.tpl" vars=$vars my_id=$id}
  9.    <refsect1 id="{$id}.heritage">
  10.     <title>
  11.      Heritage for {$class_name}
  12.     </title>
  13.     <refsect2 id="{$id}.heritage.class-trees">
  14.      <title>
  15.       Class Trees for {$class_name}
  16.      </title>
  17.      <para>
  18.       {section name=tree loop=$class_tree}
  19.       {section name=mine loop=$class_tree[tree]} {/section}<itemizedlist>
  20.       {section name=mine loop=$class_tree[tree]} {/section} <listitem>
  21.       {section name=mine loop=$class_tree[tree]} {/section} {$class_tree[tree]}
  22.       {/section}
  23.       {section name=tree loop=$class_tree}
  24.       {section name=mine loop=$class_tree[tree]} {/section}</listitem>
  25.       </itemizedlist>
  26.       {/section}
  27.      </para>
  28.     </refsect2>
  29. {if $children}
  30.     <refsect2 id="{$id}.heritage.child-classes">
  31.      <title>
  32.       Classes that extend {$class_name}
  33.      </title>
  34.      <para>
  35.       <table>
  36.        <tgroup cols="2">
  37.         <thead>
  38.          <row>
  39.           <entry>Class</entry>
  40.           <entry>Summary</entry>
  41.          </row>
  42.         </thead>
  43.         <tbody>
  44. {section name=kids loop=$children}
  45.          <row>
  46.           <entry>{$children[kids].link}</entry>
  47.           <entry>{$children[kids].sdesc}</entry>
  48.          </row>
  49. {/section}
  50.         </tbody>
  51.        </tgroup>
  52.       </table>
  53.      </para>
  54.     </refsect2>
  55. {/if}
  56. {if $imethods}
  57.     <refsect2 id="{$id}.heritage.inherited-methods">
  58.      <title>
  59.       {$class_name} Inherited Methods
  60.      </title>
  61. {include file="imethods.tpl" ivars=$ivars}
  62.     </refsect2>
  63. {/if}
  64. {if $ivars}
  65.     <refsect2 id="{$id}.heritage.inherited-vars">
  66.      <title>
  67.       {$class_name} Inherited Variables
  68.      </title>
  69. {include file="ivars.tpl" ivars=$ivars}
  70.     </refsect2>
  71. {/if}
  72.    </refsect1>
  73. </refentry>
  74. <!-- Generated by phpDocumentor v {$phpdocversion} {$phpdocwebsite} -->
  75. <!-- Keep this comment at the end of the file
  76. Local variables:
  77. mode: sgml
  78. sgml-omittag:t
  79. sgml-shorttag:t
  80. sgml-minimize-attributes:nil
  81. sgml-always-quote-attributes:t
  82. sgml-indent-step:1
  83. sgml-indent-data:t
  84. sgml-parent-document:nil
  85. sgml-default-dtd-file:"../../../../manual.ced"
  86. sgml-exposed-tags:nil
  87. sgml-local-catalogs:nil
  88. sgml-local-ecat-files:nil
  89. End:
  90. vim600: syn=xml fen fdm=syntax fdl=2 si
  91. vim: et tw=78 syn=sgml
  92. vi: ts=1 sw=1
  93. -->