left.html

REQUIRED Template File

Template variables required by this page:

{packagename} -- Package this index represents
{classtreepage} -- filename of class trees for this package
{elementindex} -- filename of alphabetical element index for this package
{packagedoc} -- link to package-level docs, if found, otherwise an empty string
{phpdoc} -- phpDocumentor version
<nonclass loop>
{link} -- link to a procedural pages' documentation
{title} -- what to display in the link
<class loop>
{link} -- link to a class's documentation
{title} -- name of the class
<subpackages loop>
{subpackage} -- name of the subpackage
<procedural loop>
{link} -- link to a procedural pages' documentation
{title} -- what to display in the link
<classes loop>
{link} -- link to a class's documentation
{title} -- name of the class

Index for a package and all of its subpackages

Example:

<include filename="pagetop.inc.html"/>
Package:
<h3>{packagename}</h3>
<a href='{classtreepage}.html' target='right'>Class Trees</a><br>
<a href='{elementindex}.html' target='right'>Alphabetical Element Index</a><br>
{packagedoc}
<dl>
   <dt>Files</dt>
   <loop name="nonclass">
      <dd><a href='{link}' target='right'>{title}</a></dd>
   </loop name="nonclass">
   <dt>Classes</dt>
   <loop name="class">
      <dd><a href='{link}' target='right'>{title}</a></dd>
   </loop name="class">

   <loop name="subpackages">
   <dt><b>{subpackage}</b></dt>
         Files<br>
         <loop name="procedural">
                  <a href='{link}' target='right'>{title}</a><br>
         </loop name="procedural">
            Classes<br>
         <loop name="classes">
                  <a href='{link}' target='right'>{title}</a><br>
         </loop name="classes">
   </loop name="subpackages">
</dl>
<font size="-1">generated by phpDocumentor version <b>{phpdocversion}</b><br>
<a href="{phpdocwebsite}" target="right">phpDocumentor website</a><br></font>
</BODY>
</HTML>