summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/class.tpl
blob: e791bbba8579f72ca395eb25f1472bfd41ee3b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{include file="header.tpl" eltype="class" hasel=true contents=$classcontents}

<h1>{if $is_interface}Interface{else}Class{/if} {$class_name}</h1>

{*inheritence tree*}
<div class="inheritence-tree">
    <pre>{section name=tree loop=$class_tree.classes}{if $smarty.section.tree.last}<strong>{$class_tree.classes[tree]}</strong>{else}{$class_tree.classes[tree]}{/if}{$class_tree.distance[tree]}{/section}</pre>
</div>

{include file="_sub_classes.tpl"}
{include file="_class_description.tpl"}
{include file="_inherited_constants.tpl"}

{include file="_constructor_summary.tpl"}
{* include file="_destructor_summary.tpl" *}

{include file="_method_summary.tpl"}

{include file="_inherited_methods.tpl"}
{include file="_constant_summary.tpl"}
{include file="_constructor_details.tpl"}

{* include file="_destructor_details.tpl" *}

{include file="_method_details.tpl"}

{include file="_constant_details.tpl"}

{include file="footer.tpl"}