home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / class.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  2.2 KB  |  74 lines

  1. {include file="header.tpl" eltype="class" hasel=true contents=$classcontents}
  2. <!-- Start of Class Data -->
  3. <H3>
  4.     <SPAN class="type">Class</SPAN> {$class_name}
  5.     <HR>
  6. </H3>
  7. [line <span class="linenumber">{if $class_slink}{$class_slink}{else}{$line_number}{/if}</span>]<br />
  8. <pre>
  9. {section name=tree loop=$class_tree.classes}{$class_tree.classes[tree]}{$class_tree.distance[tree]}{/section}
  10. </pre>
  11. {if $tutorial}
  12. <div class="maintutorial">Class Tutorial: {$tutorial}</div>
  13. {/if}
  14. {if $children}
  15. <SPAN class="type">Classes extended from {$class_name}:</SPAN>
  16.      {section name=kids loop=$children}
  17.     <dl>
  18.     <dt>{$children[kids].link}</dt>
  19.         <dd>{$children[kids].sdesc}</dd>
  20.     </dl>
  21.     {/section}</p>
  22. {/if}
  23. {if $conflicts.conflict_type}<p class="warning">Conflicts with classes:<br />
  24.     {section name=me loop=$conflicts.conflicts}
  25.     {$conflicts.conflicts[me]}<br />
  26.     {/section}
  27. <p>
  28. {/if}
  29. <SPAN class="type">Location:</SPAN> {$source_location}
  30. <hr>
  31. {include file="docblock.tpl" type="class" sdesc=$sdesc desc=$desc}
  32. <hr>
  33. {include file="var.tpl" show="summary"}
  34. <hr>
  35. <!-- =========== INHERITED VAR SUMMARY =========== -->
  36. <A NAME='inheritedvar_summary'><!-- --></A>
  37. <H3>Inherited Class Variable Summary</H3>
  38.  
  39. {section name=ivars loop=$ivars}
  40. <H4>Inherited From Class {$ivars[ivars].parent_class}</H4>
  41. <UL>
  42.     {section name=ivars2 loop=$ivars[ivars].ivars}
  43.     <!-- =========== Summary =========== -->
  44.         <LI><CODE>{$ivars[ivars].ivars[ivars2].link}</CODE> = <CODE class="varsummarydefault">{$ivars[ivars].ivars[ivars2].default}</CODE>
  45.         <BR>
  46.         {$ivars[ivars].ivars[ivars2].sdesc}
  47.     {/section}
  48.     </LI>
  49. </UL>
  50. {/section}
  51.  
  52. <hr>
  53. {include file="method.tpl" show="summary"}
  54. <!-- =========== INHERITED METHOD SUMMARY =========== -->
  55. <A NAME='methods_inherited'><!-- --></A>
  56. <H3>Inherited Method Summary</H3> 
  57.  
  58. {section name=imethods loop=$imethods}
  59. <H4>Inherited From Class {$imethods[imethods].parent_class}</h4>
  60. <UL>
  61.     {section name=im2 loop=$imethods[imethods].imethods}
  62.     <!-- =========== Summary =========== -->
  63.         <LI><CODE>{$imethods[imethods].imethods[im2].link}</CODE><br>
  64.         {$imethods[imethods].imethods[im2].sdesc}
  65.     {/section}
  66. </UL>
  67. {/section}
  68. <hr>
  69. {include file="method.tpl"}
  70. <hr>
  71. {include file="var.tpl"}
  72. <hr>
  73. {include file="footer.tpl"}
  74.