{type} -- "Functions" or "Methods"
<functions loop>{page} -- file.ext name of the current page
{function_name} -- name of the function
{function_return} -- the variable type that this function returns, or void
{function_call} -- function definition (like: function($param1, [$param2 = 'notrequired']))
{function_sdesc} -- short description, parsed from the DocBlockSummary of all functions defined in a page or a class, feel free to write your own loop directly in class.html or page.html, although using this file simplifies things
<!-- =========== {type} SUMMARY =========== -->
<A NAME='{type}_summary'><!-- --></A>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
<TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
<TD>
<FONT SIZE='+2'><B>{type} Summary</B></FONT>
</TD>
</TR>
<loop name="functions">
<!-- =========== Summary =========== -->
<TR BGCOLOR='white' CLASS='TableRowColor'>
<TD>
<CODE><B><A HREF='{page}#{function_name}'>{function_return} {function_call}</A></B></CODE>
<BR>
<blockquote> {function_sdesc} </blockquote>
</TD>
</TR>
</loop name="functions">
</TABLE>
Prev | Home | Next |
constants_summary.inc.html template file | Up | includes_summary.inc.html template file |
Template Documentation written by Gregory Beaver <cellog@users.sourceforge.net> and Joshua Eichorn <jeichorn@phpdoc.org>
Copyright © 2002, Gregory Beaver, Joshua Eichorn