/[cvs]/nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/LINKtag.html
ViewVC logotype

Contents of /nfo/php/libs/com.newsblob.phphtmllib/doc/phpHtmlLib/LINKtag.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Thu Jan 30 03:29:37 2003 UTC (21 years, 6 months ago) by jonen
Branch: MAIN
Branch point for: no_vendor_tag
File MIME type: text/html
Initial revision

1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Frameset//EN''http://www.w3.org/TR/REC-html40/frameset.dtd'>
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by PhpDoc date: 'Mon, 25 Nov 2002 09:21:26 -0800' -->
6 <TITLE>Docs For Class LINKtag</TITLE>
7 <LINK REL ='stylesheet' TYPE='text/css' HREF='stylesheet.css' TITLE='Style'>
8 </HEAD>
9 <BODY style="background-color: #eeeeee; font-family: arial; font-size: .9em;">
10
11
12 <!-- Links -->
13 <a NAME="top"></A>
14 <table WIDTH="100%" class="links">
15 <TR>
16 <TD class="font10">
17 Links:
18 <A HREF="#children_summary" class="links" title="Classes extended from LINKtag">Child Classes</A>
19 <A HREF="#var_summary" class="links" title="Class Variable Summary">Variables</A>
20 <A HREF="#var_inherited_summary" class="links" title="Inherited Class Variable Summary">Inherited Variables</A>
21 <A HREF="#functions_inherited" class="links" title="Inherited Method Summary">Inerited Methods</A>
22 <A HREF="#functions_summary" class="links" title="Method Summary">Methods</A>
23 <A HREF="#variable_detail" class="links" title="Variable Detail">Variable Detail</A>
24 <A HREF="#function_detail" class="links" title="Method Detail">Method Detail</A>
25 </TD>
26 </TR>
27 </TABLE>
28 <BR>
29
30 <!-- Start of Class Data -->
31 <H2>
32 Class LINKtag
33 </H2>
34
35 <pre>
36 <pre><a href="../phpHtmlLib/Container.html">Container</a>
37 |
38 --<a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a>
39 |
40 --<a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a>
41 |
42 --LINKtag</pre>
43 </pre>
44
45 <A NAME="children_summary"</A>
46 <H3>
47 Classes extended from LINKtag: <A HREF="#top" CLASS="links">^TOP</A>
48 </H3>
49
50 <p>
51 <b><i>Located in File: Program_Root/tag_classes/ALLTAGS.inc</i></b><br>
52 </p>
53 <hr>
54 <!-- ========== Info from phpDoc block ========= -->
55 &lt;LINK&gt; tag class
56 <BR>
57 This element defines the relationship between
58 two linked documents.
59
60 NOTE: This element goes only in the head section,
61 but it can appear any number of times.
62
63 <UL>
64
65 <LI><b>Package</b> - <CODE>phpHtmlLib</CODE></LI>
66
67 </UL>
68
69 <hr>
70 <!-- =========== VAR SUMMARY =========== -->
71 <A NAME='var_summary'><!-- --></A>
72 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
73 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
74 <TD>
75 <span CLASS="font12bold">Class Variable Summary</span>
76 <A HREF="#top" CLASS="links">^TOP</A>
77 </TD>
78 </TR>
79
80
81 <!-- =========== Summary =========== -->
82 <TR BGCOLOR='white' CLASS='TableRowColor'>
83 <TD>
84 <CODE><B><A HREF='LINKtag.html#$_close_tag_required'>$_close_tag_required</A></B></CODE>
85 <BR>
86 <blockquote> </blockquote>
87 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
88 </TD>
89 </TR>
90
91 <!-- =========== Summary =========== -->
92 <TR BGCOLOR='white' CLASS='TableRowColor'>
93 <TD>
94 <CODE><B><A HREF='LINKtag.html#$_content_required'>$_content_required</A></B></CODE>
95 <BR>
96 <blockquote> </blockquote>
97 <blockquote> Default Value: <CODE>->FALSE<-</CODE> </blockquote>
98 </TD>
99 </TR>
100
101 <!-- =========== Summary =========== -->
102 <TR BGCOLOR='white' CLASS='TableRowColor'>
103 <TD>
104 <CODE><B><A HREF='LINKtag.html#$_debug_link_attributes'>$_debug_link_attributes</A></B></CODE>
105 <BR>
106 <blockquote> </blockquote>
107 <blockquote> Default Value: <CODE>->array(&quot;href&quot;)<-</CODE> </blockquote>
108 </TD>
109 </TR>
110
111 <!-- =========== Summary =========== -->
112 <TR BGCOLOR='white' CLASS='TableRowColor'>
113 <TD>
114 <CODE><B><A HREF='LINKtag.html#$_htmlentities_attributes'>$_htmlentities_attributes</A></B></CODE>
115 <BR>
116 <blockquote> </blockquote>
117 <blockquote> Default Value: <CODE>->array(&quot;href&quot;)<-</CODE> </blockquote>
118 </TD>
119 </TR>
120
121 <!-- =========== Summary =========== -->
122 <TR BGCOLOR='white' CLASS='TableRowColor'>
123 <TD>
124 <CODE><B><A HREF='LINKtag.html#$_tag'>$_tag</A></B></CODE>
125 <BR>
126 <blockquote> </blockquote>
127 <blockquote> Default Value: <CODE>->link<-</CODE> </blockquote>
128 </TD>
129 </TR>
130
131 </TABLE>
132
133 <hr>
134 <!-- =========== VAR INHERITED SUMMARY =========== -->
135 <A NAME='var_inherited_summary'><!-- --></A>
136 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
137 <TR CLASS='TableHeadingColor'>
138 <TD>
139 <span CLASS="font12bold">Inherited Class Variable Summary</span>
140 <A HREF="#top" CLASS="links">^TOP</A>
141 </TD>
142 </TR>
143
144
145 <!-- =========== Summary =========== -->
146 <TR BGCOLOR='white'>
147 <TD>
148 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
149 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
150 <tr CLASS="tableheadingcolor">
151 <th>Variable</th>
152 <th>Default Value</th>
153 <th>Description</th>
154 </tr>
155
156 <tr>
157 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_depricated'>$_depricated</A></td>
158 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
159 <td CLASS="font10">Flag to denote that this tag is
160 depricated by the HTML standard.</td>
161 </tr>
162
163 <tr>
164 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_no_finish_slash_xhtml'>$_no_finish_slash_xhtml</A></td>
165 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
166 <td CLASS="font10">Flag to tell the renderer not to
167 place the /&gt; if we are in xhtml
168 compliant mode.</td>
169 </tr>
170
171 <tr>
172 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#$_xhtml_strict_attributes'>$_xhtml_strict_attributes</A></td>
173 <td CLASS="font10" STYLE="white-space: nowrap">->array()<-</td>
174 <td CLASS="font10">The list of attributes not to render
175 if HTML_RENDER_TYPE is &quot;XHTML STRICT&quot;</td>
176 </tr>
177
178 </table>
179 <BR>
180 </TD>
181 </TR>
182
183 <!-- =========== Summary =========== -->
184 <TR BGCOLOR='white'>
185 <TD>
186 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
187 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
188 <tr CLASS="tableheadingcolor">
189 <th>Variable</th>
190 <th>Default Value</th>
191 <th>Description</th>
192 </tr>
193
194 <tr>
195 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_closetag'>$newline_after_closetag</A></td>
196 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
197 <td CLASS="font10">Flag to place a newline after close tag.</td>
198 </tr>
199
200 <tr>
201 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$newline_after_opentag'>$newline_after_opentag</A></td>
202 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
203 <td CLASS="font10">Flag to place a newline after open tag.</td>
204 </tr>
205
206 <tr>
207 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_cdata_content_wrap'>$_cdata_content_wrap</A></td>
208 <td CLASS="font10" STYLE="white-space: nowrap">->FALSE<-</td>
209 <td CLASS="font10">Automatically wrap ALL content</td>
210 </tr>
211
212 <tr>
213 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_postfix'>$_tag_postfix</A></td>
214 <td CLASS="font10" STYLE="white-space: nowrap">->&gt;<-</td>
215 <td CLASS="font10">holds the tag postfix</td>
216 </tr>
217
218 <tr>
219 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#$_tag_prefix'>$_tag_prefix</A></td>
220 <td CLASS="font10" STYLE="white-space: nowrap">->&lt;<-</td>
221 <td CLASS="font10">holds the tag prefix</td>
222 </tr>
223
224 </table>
225 <BR>
226 </TD>
227 </TR>
228
229 <!-- =========== Summary =========== -->
230 <TR BGCOLOR='white'>
231 <TD>
232 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
233 <table CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
234 <tr CLASS="tableheadingcolor">
235 <th>Variable</th>
236 <th>Default Value</th>
237 <th>Description</th>
238 </tr>
239
240 <tr>
241 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$indent_flag'>$indent_flag</A></td>
242 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
243 <td CLASS="font10">Flag for pretty (indented) output</td>
244 </tr>
245
246 <tr>
247 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#$_newline_after_content_flag'>$_newline_after_content_flag</A></td>
248 <td CLASS="font10" STYLE="white-space: nowrap">->TRUE<-</td>
249 <td CLASS="font10">Do we render a newline after the
250 contents has been rendered?</td>
251 </tr>
252
253 </table>
254 <BR>
255 </TD>
256 </TR>
257
258 </TABLE>
259
260 <hr>
261 <!-- =========== INHERITED METHOD SUMMARY =========== -->
262 <A NAME='functions_inherited'><!-- --></A>
263 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
264 <TR CLASS='TableHeadingColor'>
265 <TD>
266 <span CLASS="font12bold">Inherited Method Summary</span>
267 <A HREF="#top" CLASS="links">^TOP</A>
268 </TD>
269 </TR>
270
271
272 <!-- =========== Summary =========== -->
273 <TR BGCOLOR='white' CLASS='TableRowColor'>
274 <TD>
275 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/HTMLTagClass.html">HTMLTagClass</a></span>
276 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
277 <tr CLASS="tableheadingcolor">
278 <th>Function</th>
279 <th>Description</th>
280 </tr>
281
282 <tr>
283 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#constructor HTMLTagClass'>constructor HTMLTagClass ( [$attributes = NULL] )</A></td>
284 <td CLASS="font10">Class Constructor</td>
285
286 <tr>
287 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#render'>render ( [$indent_level = NULL], [$output_debug = 0] )</A></td>
288 <td CLASS="font10">Renders the tag, attributes, content and close tag.</td>
289
290 <tr>
291 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_class'>set_class ( $value )</A></td>
292 <td CLASS="font10">This function is a shorthand helper
293 to setting the class attribute on a
294 tag.</td>
295
296 <tr>
297 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_id'>set_id ( $value )</A></td>
298 <td CLASS="font10">This function is a shorthand helper
299 to setting the id attribute on a
300 tag.</td>
301
302 <tr>
303 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#set_style'>set_style ( $value )</A></td>
304 <td CLASS="font10">This function is a shorthand helper
305 to setting the style attribute on a
306 tag.</td>
307
308 <tr>
309 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value, [$debug = 0] )</A></td>
310 <td CLASS="font10">this builds an attribute for a tag.</td>
311
312 <tr>
313 <td CLASS="font10bold"><A HREF='../phpHtmlLib/HTMLTagClass.html#_render_tag_debug'>_render_tag_debug ( $indent_level )</A></td>
314 <td CLASS="font10">This renders that open tag in debug mode.</td>
315
316 </table>
317 <br>
318 </TD>
319 </TR>
320
321 <!-- =========== Summary =========== -->
322 <TR BGCOLOR='white' CLASS='TableRowColor'>
323 <TD>
324 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/XMLTagClass.html">XMLTagClass</a></span>
325 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
326 <tr CLASS="tableheadingcolor">
327 <th>Function</th>
328 <th>Description</th>
329 </tr>
330
331 <tr>
332 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#constructor XMLTagClass'>constructor XMLTagClass ( [$name = ], [$attributes = array()] )</A></td>
333 <td CLASS="font10">The constructor</td>
334
335 <tr>
336 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag'>get_tag ( )</A></td>
337 <td CLASS="font10">This returns the tag declared for this class.</td>
338
339 <tr>
340 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#get_tag_name'>get_tag_name ( )</A></td>
341 <td CLASS="font10">This method gets the name of the tag</td>
342
343 <tr>
344 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#render'>render ( [$indent_level = 0] )</A></td>
345 <td CLASS="font10">This function is responsible</td>
346
347 <tr>
348 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#reset_attributes'>reset_attributes ( [$attributes = array()] )</A></td>
349 <td CLASS="font10">clear all attributes and start with new attributes</td>
350
351 <tr>
352 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
353 <td CLASS="font10">This function turns on the collapse flag</td>
354
355 <tr>
356 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_closetag'>set_newline_after_closetag ( $flag )</A></td>
357 <td CLASS="font10">set the newline_after_content flag</td>
358
359 <tr>
360 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_newline_after_opentag'>set_newline_after_opentag ( $flag )</A></td>
361 <td CLASS="font10">set the newline_after_opentag flag</td>
362
363 <tr>
364 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attribute'>set_tag_attribute ( $name, [$value = NULL] )</A></td>
365 <td CLASS="font10">add a single attribute (name=&quot;value&quot;)</td>
366
367 <tr>
368 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_attributes'>set_tag_attributes ( [$attributes = array()] )</A></td>
369 <td CLASS="font10">add multiple attributes (name=&quot;value&quot;)</td>
370
371 <tr>
372 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#set_tag_name'>set_tag_name ( $name )</A></td>
373 <td CLASS="font10">This method sets the name of the tag</td>
374
375 <tr>
376 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_build_attribute_string'>_build_attribute_string ( $name, $value )</A></td>
377 <td CLASS="font10">this builds an attribute for an XML tag.</td>
378
379 <tr>
380 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_get_element'>_get_element ( $cell )</A></td>
381 <td CLASS="font10">get the nth element from content array</td>
382
383 <tr>
384 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_prepare_flags'>_prepare_flags ( )</A></td>
385 <td CLASS="font10">This function checks to see if</td>
386
387 <tr>
388 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_close_tag'>_render_close_tag ( $indent_level )</A></td>
389 <td CLASS="font10">this function is reposnsible for
390 rendering the closing tag (if any)</td>
391
392 <tr>
393 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_content'>_render_content ( $indent_level, [$output_debug = 0] )</A></td>
394 <td CLASS="font10">this function is reponsible for</td>
395
396 <tr>
397 <td CLASS="font10bold"><A HREF='../phpHtmlLib/XMLTagClass.html#_render_open_tag'>_render_open_tag ( $indent_level, [$finish_slash = TRUE] )</A></td>
398 <td CLASS="font10">this function is responsible for
399 rendering the open tag.</td>
400
401 </table>
402 <br>
403 </TD>
404 </TR>
405
406 <!-- =========== Summary =========== -->
407 <TR BGCOLOR='white' CLASS='TableRowColor'>
408 <TD>
409 <span CLASS="font10bold">Inherited From Class <a href="../phpHtmlLib/Container.html">Container</a></span>
410 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='95%' CLASS="border" ALIGN="center">
411 <tr CLASS="tableheadingcolor">
412 <th>Function</th>
413 <th>Description</th>
414 </tr>
415
416 <tr>
417 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#constructor Container'>constructor Container ( )</A></td>
418 <td CLASS="font10">The constructor.</td>
419
420 <tr>
421 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add'>add ( )</A></td>
422 <td CLASS="font10">add content onto content stack</td>
423
424 <tr>
425 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#add_reference'>add_reference ( &$content )</A></td>
426 <td CLASS="font10">Add content onto content stack
427 so you can change the item later.</td>
428
429 <tr>
430 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#count_content'>count_content ( )</A></td>
431 <td CLASS="font10">counts the number of content objects</td>
432
433 <tr>
434 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#get_indent_flag'>get_indent_flag ( )</A></td>
435 <td CLASS="font10">This flag gets the current value
436 of the indent flag</td>
437
438 <tr>
439 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push'>push ( )</A></td>
440 <td CLASS="font10">Same as add().</td>
441
442 <tr>
443 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#push_reference'>push_reference ( &$content )</A></td>
444 <td CLASS="font10">Same as add_reference
445 NOTE : only exists for compatibility with 1.1.x</td>
446
447 <tr>
448 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#render'>render ( [$indent_level = 1], [$output_debug = 0] )</A></td>
449 <td CLASS="font10">This function is compatible with the
450 rest of the phpHtmllib API spec.</td>
451
452 <tr>
453 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#reset_content'>reset_content ( )</A></td>
454 <td CLASS="font10">destroy existing content and start with new content.</td>
455
456 <tr>
457 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_collapse'>set_collapse ( [$collapse = TRUE], [$indent = TRUE] )</A></td>
458 <td CLASS="font10">This function turns on the collapse flag</td>
459
460 <tr>
461 <td CLASS="font10bold"><A HREF='../phpHtmlLib/Container.html#set_indent_flag'>set_indent_flag ( $flag )</A></td>
462 <td CLASS="font10">function to set the indent flag</td>
463
464 </table>
465 <br>
466 </TD>
467 </TR>
468
469 </TABLE>
470
471 <hr>
472 <!-- should have constructor at some point -->
473 <!-- =========== Method SUMMARY =========== -->
474 <A NAME='Method_summary'><!-- --></A>
475 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' Class="border">
476 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
477 <TD>
478 <span class="font12bold">Method Summary</span>
479 <A HREF="#top" CLASS="links">^TOP</A>
480 </TD>
481 </TR>
482
483
484 </TABLE>
485
486 <hr>
487 <!-- ============ VARIABLE DETAIL =========== -->
488
489 <A NAME='variable_detail'></A>
490 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
491 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
492 <TD>
493 <span CLASS="font12bold">Variable Detail</span>
494 <A HREF="#top" CLASS="links">^TOP</A>
495 </TD>
496 </TR>
497 </TABLE>
498
499
500 <A NAME='$_close_tag_required'><!-- --></A><H3>$_close_tag_required</H3>
501 <b>Data type:</b> mixed<br>
502 <!-- ========== Info from phpDoc block ========= -->
503
504 <BR>
505
506
507 <UL>
508
509 </UL>
510
511 <HR>
512
513 <A NAME='$_content_required'><!-- --></A><H3>$_content_required</H3>
514 <b>Data type:</b> mixed<br>
515 <!-- ========== Info from phpDoc block ========= -->
516
517 <BR>
518
519
520 <UL>
521
522 </UL>
523
524 <HR>
525
526 <A NAME='$_debug_link_attributes'><!-- --></A><H3>$_debug_link_attributes</H3>
527 <b>Data type:</b> mixed<br>
528 <!-- ========== Info from phpDoc block ========= -->
529
530 <BR>
531
532
533 <UL>
534
535 </UL>
536
537 <HR>
538
539 <A NAME='$_htmlentities_attributes'><!-- --></A><H3>$_htmlentities_attributes</H3>
540 <b>Data type:</b> mixed<br>
541 <!-- ========== Info from phpDoc block ========= -->
542
543 <BR>
544
545
546 <UL>
547
548 </UL>
549
550 <HR>
551
552 <A NAME='$_tag'><!-- --></A><H3>$_tag</H3>
553 <b>Data type:</b> mixed<br>
554 <!-- ========== Info from phpDoc block ========= -->
555
556 <BR>
557
558
559 <UL>
560
561 </UL>
562
563 <HR>
564
565
566 <hr>
567 <!-- ============ FUNCTION DETAIL =========== -->
568
569 <A NAME='function_detail'></A>
570 <TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
571 <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
572 <TD>
573 <span class="font12bold">Method Detail</span>
574 <A HREF="#top" CLASS="links">^TOP</A>
575 </TD>
576 </TR>
577 </TABLE>
578 <BR>
579
580
581 <hr>
582 </HTML>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed