summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/class.tpl
blob: b9dda9274b0d81495bd2cd7c96aa839ad644b613 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{include file="header.tpl" top3=true}
<!-- Start of Class Data -->
<h2>
	{if $is_interface}Interface{else}Class{/if} {$class_name}
</h2> (line <span class="linenumber">{if $class_slink}{$class_slink}{else}{$line_number}{/if}</span>)
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ));
</script>

<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<pre>
{section name=tree loop=$class_tree.classes}{$class_tree.classes[tree]}{$class_tree.distance[tree]}{/section}
</pre>
{if $tutorial}
<div class="maintutorial">Class Tutorial: {$tutorial}</div>
{/if}
{if $conflicts.conflict_type}
	<div align="left"><span class="font10bold" style="color:#FF0000">Warning:</span> Conflicts with classes:<br />
	{section name=me loop=$conflicts.conflicts}
		{$conflicts.conflicts[me]}<br />
	{/section}
	</div>
{/if}
<p>
	<b><i>Located in File: <a href="{$page_link}">{$source_location}</a></i></b><br>
</p>
{include file="docblock.tpl" type="class" sdesc=$sdesc desc=$desc}
<br /><hr />
{if $children}
<span class="type">Classes extended from {$class_name}:</span>
 	{section name=kids loop=$children}
	<dl>
	<dt>{$children[kids].link}</dt>
		<dd>{$children[kids].sdesc}</dd>
	</dl>
	{/section}</p>
{/if}
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
{include file="var.tpl"}
</div>
<div class="tab-page" id="constantsTabpage">
{include file="const.tpl"}
</div>
<div class="tab-page" id="tabPage2">
{include file="method.tpl"}
</div>
<div class="tab-page" id="iVars">
<h2 class="tab">Inherited Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iVars" ) );</script>
<!-- =========== VAR INHERITED SUMMARY =========== -->
<A NAME='var_inherited_summary'><!-- --></A>
<h3>Inherited Class Variable Summary</h3>

	{section name=ivars loop=$ivars}
	<!-- =========== Summary =========== -->
	<h4>Inherited From Class {$ivars[ivars].parent_class}</h4>
	{section name=ivars2 loop=$ivars[ivars].ivars}
	<h4>
<img src="{$subdir}media/images/PublicProperty.gif" border="0" /><strong class="property"> {$ivars[ivars].ivars[ivars2].link}</strong> - {$ivars[ivars].ivars[ivars2].sdesc}
	</h4> 
	{/section}
	{/section}
</div>
<div class="tab-page" id="iMethods">
<h2 class="tab">Inherited Methods</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iMethods" ) );</script>
<!-- =========== INHERITED METHOD SUMMARY =========== -->
<A NAME='functions_inherited'><!-- --></A>
<h3>Inherited Method Summary</h3>

	{section name=imethods loop=$imethods}
	<!-- =========== Summary =========== -->
	<h4>Inherited From Class {$imethods[imethods].parent_class}</h4>
		{section name=im2 loop=$imethods[imethods].imethods}
		<h4>
<img src="{$subdir}media/images/{if $imethods[imethods].imethods[im2].constructor}Constructor{elseif $imethods[imethods].imethods[im2].destructor}Destructor{else}PublicMethod{/if}.gif" border="0" /><strong class="method"> {$imethods[imethods].imethods[im2].link}</strong> - {$imethods[imethods].imethods[im2].sdesc}
		</h4> 

		{/section}
		<br />
	{/section}
</div>
</div>
<script type="text/javascript">
//<![CDATA[

setupAllTabs();

//]]>
</script>
{include file="footer.tpl"}