Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/apache2/htdocs/xtpl/lib/classes/link.tag.php
XTPL Template Engine - XTPL

LinkTag

HtmlTag
   |
  +-- LinkTag

 

public class LinkTag extends HtmlTag

<a> tag extender for HtmlTag. Provides a bit easier creation of link objects
in your PHP code.

Authors Vladimir Sibirov <trustware@bk.ru>
Version XTPL, v.1.2
 

Methods inherited from HtmlTag

htmltag, insert, remove, getcode, parse

Public Method Summary

void

LinkTag(string $href, mixed $content, [ string $target ])

Constructor: creates new LinkTag object.

Fields inherited from HtmlTag

$attr, $tag, $content

Public Method Details

LinkTag

public void LinkTag( string $href, mixed $content, [ string $target ] )

  Constructor: creates new LinkTag object.

Parameter
string $href
Hyperlink.
mixed $content
Content text.
string $target = >>'_self'<<
Target attribute.
Returns void



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta