1 |
<?xml version="1.0" encoding="iso-8859-1"?> |
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
4 |
<head> |
5 |
<!-- template designed by Marco Von Ballmoos --> |
6 |
<title>Docs For Class SVGXYLineGraph</title> |
7 |
<link rel="stylesheet" href="../../media/stylesheet.css" /> |
8 |
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> |
9 |
</head> |
10 |
<body> |
11 |
<div class="page-body"> |
12 |
|
13 |
<h2 class="class-name">Class SVGXYLineGraph</h2> |
14 |
|
15 |
<a name="sec-description"></a> |
16 |
<div class="info-box"> |
17 |
<div class="info-box-title">Description</div> |
18 |
<div class="nav-bar"> |
19 |
<span class="disabled">Description</span> | |
20 |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
21 |
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
22 |
|
23 |
</div> |
24 |
<div class="info-box-body"> |
25 |
<!-- ========== Info from phpDoc block ========= --> |
26 |
<p class="short-description">This is the base Graph class for doing XY coordinate system based graphs in SVG.</p> |
27 |
<p class="description"><p>$Id: SVGXYLineGraph.html,v 1.17 2004/04/01 17:35:48 hemna Exp $</p></p> |
28 |
<ul class="tags"> |
29 |
<li><span class="field">author:</span> Walter A. Boring IV <<a href="mailto:waboring@buildabetterweb.com">waboring@buildabetterweb.com</a>></li> |
30 |
</ul> |
31 |
<p class="notes"> |
32 |
Located in <a class="field" href="_widgets_svg_SVGXYLineGraph_inc.html">/widgets/svg/SVGXYLineGraph.inc</a> (line <span class="field">28</span>) |
33 |
</p> |
34 |
|
35 |
|
36 |
<pre><a href="../../phpHtmlLib/Container.html">Container</a> |
37 |
| |
38 |
--<a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a> |
39 |
| |
40 |
--<a href="../../phpHtmlLib/SVG/SVGGraph.html">SVGGraph</a> |
41 |
| |
42 |
--<a href="../../phpHtmlLib/SVG/SVGXYGraph.html">SVGXYGraph</a> |
43 |
| |
44 |
--<a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html">SVGXYPlotGraph</a> |
45 |
| |
46 |
--SVGXYLineGraph</pre> |
47 |
|
48 |
</div> |
49 |
</div> |
50 |
|
51 |
|
52 |
|
53 |
<a name="sec-var-summary"></a> |
54 |
<div class="info-box"> |
55 |
<div class="info-box-title">Variable Summary</span></div> |
56 |
<div class="nav-bar"> |
57 |
<a href="#sec-description">Description</a> | |
58 |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) |
59 |
| |
60 |
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
61 |
|
62 |
</div> |
63 |
<div class="info-box-body"> |
64 |
<div class="var-summary"> |
65 |
<div class="var-title"> |
66 |
<span class="var-type">mixed</span> |
67 |
<a href="#$_line_colors" title="details" class="var-name">$_line_colors</a> |
68 |
</div> |
69 |
</div> |
70 |
</div> |
71 |
</div> |
72 |
|
73 |
<a name="sec-method-summary"></a> |
74 |
<div class="info-box"> |
75 |
<div class="info-box-title">Method Summary</span></div> |
76 |
<div class="nav-bar"> |
77 |
<a href="#sec-description">Description</a> | |
78 |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
79 |
|
80 |
| |
81 |
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) |
82 |
</div> |
83 |
<div class="info-box-body"> |
84 |
<div class="method-summary"> |
85 |
|
86 |
<div class="method-definition"> |
87 |
<span class="method-result">void</span> |
88 |
<a href="#add_line" title="details" class="method-name">add_line</a> |
89 |
(<span class="var-type">string</span> <span class="var-name">$x_values</span>, <span class="var-type">string</span> <span class="var-name">$y_values</span>, [<span class="var-type">string</span> <span class="var-name">$color</span> = <span class="var-default">"red"</span>]) |
90 |
</div> |
91 |
|
92 |
<div class="method-definition"> |
93 |
<span class="method-result">Container</span> |
94 |
<a href="#graph_data" title="details" class="method-name">graph_data</a> |
95 |
() |
96 |
</div> |
97 |
|
98 |
<div class="method-definition"> |
99 |
<span class="method-result">void</span> |
100 |
<a href="#_build_line" title="details" class="method-name">_build_line</a> |
101 |
(<span class="var-type">mixed</span> <span class="var-name">$x_data</span>, <span class="var-type">mixed</span> <span class="var-name">$y_data</span>, <span class="var-type">mixed</span> <span class="var-name">$color</span>) |
102 |
</div> |
103 |
</div> |
104 |
</div> |
105 |
</div> |
106 |
|
107 |
<a name="sec-vars"></a> |
108 |
<div class="info-box"> |
109 |
<div class="info-box-title">Variables</div> |
110 |
<div class="nav-bar"> |
111 |
<a href="#sec-description">Description</a> | |
112 |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) |
113 |
|
114 |
|
115 |
| |
116 |
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) |
117 |
|
118 |
</div> |
119 |
<div class="info-box-body"> |
120 |
<a name="var$_line_colors" id="$_line_colors"><!-- --></A> |
121 |
<div class="evenrow"> |
122 |
|
123 |
<div class="var-header"> |
124 |
<span class="var-title"> |
125 |
<span class="var-type">mixed</span> |
126 |
<span class="var-name">$_line_colors</span> |
127 |
= <span class="var-default">array()</span> (line <span class="line-number">35</span>) |
128 |
</span> |
129 |
</div> |
130 |
|
131 |
<!-- ========== Info from phpDoc block ========= --> |
132 |
<p class="short-description">holds the colors for each of</p> |
133 |
<p class="description"><p>the lines</p></p> |
134 |
|
135 |
|
136 |
|
137 |
|
138 |
|
139 |
</div> |
140 |
|
141 |
<h4>Inherited Variables</h4> |
142 |
<A NAME='inherited_vars'><!-- --></A> |
143 |
<p>Inherited from <span class="classname"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html">SVGXYGraph</a></span></p> |
144 |
<blockquote> |
145 |
<span class="var-title"> |
146 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_colors">SVGXYGraph::$_colors</a></span><br> |
147 |
</span> |
148 |
<span class="var-title"> |
149 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_max_x">SVGXYGraph::$_max_x</a></span><br> |
150 |
</span> |
151 |
<span class="var-title"> |
152 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_max_y">SVGXYGraph::$_max_y</a></span><br> |
153 |
</span> |
154 |
<span class="var-title"> |
155 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_min_x">SVGXYGraph::$_min_x</a></span><br> |
156 |
</span> |
157 |
<span class="var-title"> |
158 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_min_y">SVGXYGraph::$_min_y</a></span><br> |
159 |
</span> |
160 |
<span class="var-title"> |
161 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_x_data">SVGXYGraph::$_x_data</a></span><br> |
162 |
</span> |
163 |
<span class="var-title"> |
164 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#var$_y_data">SVGXYGraph::$_y_data</a></span><br> |
165 |
</span> |
166 |
</blockquote> |
167 |
<p>Inherited from <span class="classname"><a href="../../phpHtmlLib/SVG/SVGGraph.html">SVGGraph</a></span></p> |
168 |
<blockquote> |
169 |
<span class="var-title"> |
170 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#var$_draw">SVGGraph::$_draw</a></span><br> |
171 |
</span> |
172 |
<span class="var-title"> |
173 |
<span class="var-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#var$_options">SVGGraph::$_options</a></span><br> |
174 |
</span> |
175 |
</blockquote> |
176 |
<p>Inherited from <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p> |
177 |
<blockquote> |
178 |
<span class="var-title"> |
179 |
<span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$title">BaseWidget::$title</a></span><br> |
180 |
</span> |
181 |
<span class="var-title"> |
182 |
<span class="var-name"><a href="../../phpHtmlLib/BaseWidget.html#var$width">BaseWidget::$width</a></span><br> |
183 |
</span> |
184 |
</blockquote> |
185 |
|
186 |
</div> |
187 |
</div> |
188 |
|
189 |
<a name="sec-methods"></a> |
190 |
<div class="info-box"> |
191 |
<div class="info-box-title">Methods</div> |
192 |
<div class="nav-bar"> |
193 |
<a href="#sec-description">Description</a> | |
194 |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) |
195 |
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) |
196 |
|
197 |
</div> |
198 |
<div class="info-box-body"> |
199 |
<A NAME='method_detail'></A> |
200 |
<a name="methodadd_line" id="add_line"><!-- --></a> |
201 |
<div class="oddrow"> |
202 |
|
203 |
<div class="method-header"> |
204 |
<span class="method-title">add_line</span> (line <span class="line-number">45</span>) |
205 |
</div> |
206 |
|
207 |
<!-- ========== Info from phpDoc block ========= --> |
208 |
<p class="short-description">This enables you to add another line to the graph</p> |
209 |
|
210 |
<div class="method-signature"> |
211 |
<span class="method-result">void</span> |
212 |
<span class="method-name"> |
213 |
add_line |
214 |
</span> |
215 |
(<span class="var-type">string</span> <span class="var-name">$x_values</span>, <span class="var-type">string</span> <span class="var-name">$y_values</span>, [<span class="var-type">string</span> <span class="var-name">$color</span> = <span class="var-default">"red"</span>]) |
216 |
</div> |
217 |
|
218 |
<ul class="parameters"> |
219 |
<li> |
220 |
<span class="var-type">string</span> |
221 |
<span class="var-name">$x_values</span><span class="var-description">: - the x coordinates</span> </li> |
222 |
<li> |
223 |
<span class="var-type">string</span> |
224 |
<span class="var-name">$y_values</span><span class="var-description">: - the y coordinates</span> </li> |
225 |
<li> |
226 |
<span class="var-type">string</span> |
227 |
<span class="var-name">$color</span><span class="var-description">: - the color for the line</span> </li> |
228 |
</ul> |
229 |
|
230 |
|
231 |
</div> |
232 |
<a name="methodgraph_data" id="graph_data"><!-- --></a> |
233 |
<div class="evenrow"> |
234 |
|
235 |
<div class="method-header"> |
236 |
<span class="method-title">graph_data</span> (line <span class="line-number">58</span>) |
237 |
</div> |
238 |
|
239 |
<!-- ========== Info from phpDoc block ========= --> |
240 |
<p class="short-description">This function does the work of building the graph itself</p> |
241 |
|
242 |
<div class="method-signature"> |
243 |
<span class="method-result">Container</span> |
244 |
<span class="method-name"> |
245 |
graph_data |
246 |
</span> |
247 |
() |
248 |
</div> |
249 |
|
250 |
|
251 |
<hr class="separator" /> |
252 |
<div class="notes">Redefinition of:</div> |
253 |
<dl> |
254 |
<dt><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html#methodgraph_data">SVGXYPlotGraph::graph_data()</a></dt> |
255 |
<dd>This function does the work of building the graph itself</dd> |
256 |
</dl> |
257 |
|
258 |
</div> |
259 |
<a name="method_build_line" id="_build_line"><!-- --></a> |
260 |
<div class="oddrow"> |
261 |
|
262 |
<div class="method-header"> |
263 |
<span class="method-title">_build_line</span> (line <span class="line-number">71</span>) |
264 |
</div> |
265 |
|
266 |
<!-- ========== Info from phpDoc block ========= --> |
267 |
|
268 |
<div class="method-signature"> |
269 |
<span class="method-result">void</span> |
270 |
<span class="method-name"> |
271 |
_build_line |
272 |
</span> |
273 |
(<span class="var-type">mixed</span> <span class="var-name">$x_data</span>, <span class="var-type">mixed</span> <span class="var-name">$y_data</span>, <span class="var-type">mixed</span> <span class="var-name">$color</span>) |
274 |
</div> |
275 |
|
276 |
|
277 |
|
278 |
</div> |
279 |
<h4>Inherited Methods</h4> |
280 |
<a name='inherited_methods'><!-- --></a> |
281 |
<!-- =========== Summary =========== --> |
282 |
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html">SVGXYPlotGraph</a></span></p> |
283 |
<blockquote> |
284 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html#methodSVGXYPlotGraph">SVGXYPlotGraph::SVGXYPlotGraph()</a></span><br> |
285 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html#methodadd_point">SVGXYPlotGraph::add_point()</a></span><br> |
286 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html#methodgraph_data">SVGXYPlotGraph::graph_data()</a></span><br> |
287 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYPlotGraph.html#method_build_point">SVGXYPlotGraph::_build_point()</a></span><br> |
288 |
</blockquote> |
289 |
<!-- =========== Summary =========== --> |
290 |
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html">SVGXYGraph</a></span></p> |
291 |
<blockquote> |
292 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodSVGXYGraph">SVGXYGraph::SVGXYGraph()</a></span><br> |
293 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodadd_x_values">SVGXYGraph::add_x_values()</a></span><br> |
294 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodadd_y_values">SVGXYGraph::add_y_values()</a></span><br> |
295 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodget_x_position">SVGXYGraph::get_x_position()</a></span><br> |
296 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodget_y_position">SVGXYGraph::get_y_position()</a></span><br> |
297 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodset_axis_grid_points">SVGXYGraph::set_axis_grid_points()</a></span><br> |
298 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodset_grid_line_color">SVGXYGraph::set_grid_line_color()</a></span><br> |
299 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodset_grid_line_flag">SVGXYGraph::set_grid_line_flag()</a></span><br> |
300 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodset_x_title">SVGXYGraph::set_x_title()</a></span><br> |
301 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#methodset_y_title">SVGXYGraph::set_y_title()</a></span><br> |
302 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_add_options">SVGXYGraph::_add_options()</a></span><br> |
303 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_background">SVGXYGraph::_background()</a></span><br> |
304 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_graph">SVGXYGraph::_build_graph()</a></span><br> |
305 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_titles">SVGXYGraph::_build_titles()</a></span><br> |
306 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_x_axis">SVGXYGraph::_build_x_axis()</a></span><br> |
307 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_build_y_axis">SVGXYGraph::_build_y_axis()</a></span><br> |
308 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_prepare_data">SVGXYGraph::_prepare_data()</a></span><br> |
309 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_x_axis_title">SVGXYGraph::_x_axis_title()</a></span><br> |
310 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGXYGraph.html#method_y_axis_title">SVGXYGraph::_y_axis_title()</a></span><br> |
311 |
</blockquote> |
312 |
<!-- =========== Summary =========== --> |
313 |
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/SVG/SVGGraph.html">SVGGraph</a></span></p> |
314 |
<blockquote> |
315 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodSVGGraph">SVGGraph::SVGGraph()</a></span><br> |
316 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodformat_label">SVGGraph::format_label()</a></span><br> |
317 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodget_option">SVGGraph::get_option()</a></span><br> |
318 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodget_options">SVGGraph::get_options()</a></span><br> |
319 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodrender">SVGGraph::render()</a></span><br> |
320 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_axis_font_height">SVGGraph::set_axis_font_height()</a></span><br> |
321 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_axis_font_width">SVGGraph::set_axis_font_width()</a></span><br> |
322 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_height">SVGGraph::set_height()</a></span><br> |
323 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_option">SVGGraph::set_option()</a></span><br> |
324 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_title">SVGGraph::set_title()</a></span><br> |
325 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_title_font_height">SVGGraph::set_title_font_height()</a></span><br> |
326 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_title_font_width">SVGGraph::set_title_font_width()</a></span><br> |
327 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_title_style">SVGGraph::set_title_style()</a></span><br> |
328 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#methodset_width">SVGGraph::set_width()</a></span><br> |
329 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#method_build_graph">SVGGraph::_build_graph()</a></span><br> |
330 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#method_build_title">SVGGraph::_build_title()</a></span><br> |
331 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#method_build_titles">SVGGraph::_build_titles()</a></span><br> |
332 |
<span class="method-name"><a href="../../phpHtmlLib/SVG/SVGGraph.html#method_prepare_data">SVGGraph::_prepare_data()</a></span><br> |
333 |
</blockquote> |
334 |
<!-- =========== Summary =========== --> |
335 |
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/BaseWidget.html">BaseWidget</a></span></p> |
336 |
<blockquote> |
337 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_align">BaseWidget::get_align()</a></span><br> |
338 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_css">BaseWidget::get_css()</a></span><br> |
339 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_javascript">BaseWidget::get_javascript()</a></span><br> |
340 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_title">BaseWidget::get_title()</a></span><br> |
341 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodget_width">BaseWidget::get_width()</a></span><br> |
342 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_align">BaseWidget::set_align()</a></span><br> |
343 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_title">BaseWidget::set_title()</a></span><br> |
344 |
<span class="method-name"><a href="../../phpHtmlLib/BaseWidget.html#methodset_width">BaseWidget::set_width()</a></span><br> |
345 |
</blockquote> |
346 |
<!-- =========== Summary =========== --> |
347 |
<p>Inherited From <span class="classname"><a href="../../phpHtmlLib/Container.html">Container</a></span></p> |
348 |
<blockquote> |
349 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodContainer">Container::Container()</a></span><br> |
350 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd">Container::add()</a></span><br> |
351 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodadd_reference">Container::add_reference()</a></span><br> |
352 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodcount_content">Container::count_content()</a></span><br> |
353 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_element">Container::get_element()</a></span><br> |
354 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodget_indent_flag">Container::get_indent_flag()</a></span><br> |
355 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush">Container::push()</a></span><br> |
356 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodpush_reference">Container::push_reference()</a></span><br> |
357 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodrender">Container::render()</a></span><br> |
358 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodreset_content">Container::reset_content()</a></span><br> |
359 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_collapse">Container::set_collapse()</a></span><br> |
360 |
<span class="method-name"><a href="../../phpHtmlLib/Container.html#methodset_indent_flag">Container::set_indent_flag()</a></span><br> |
361 |
</blockquote> |
362 |
|
363 |
</div> |
364 |
</div> |
365 |
|
366 |
|
367 |
<p class="notes" id="credit"> |
368 |
Documentation generated on Thu, 1 Apr 2004 09:40:06 -0800 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC2</a> |
369 |
</p> |
370 |
</div></body> |
371 |
</html> |