classname: htmlobject_a


extends: htmlobject_base

 A

@package htmlobjects
@author Alexander Kuballa [akuballa@users.sourceforge.net]
@copyright Copyright (c) 2008 - 2012, Alexander Kuballa
@license BSD License (see LICENSE.TXT)
@version 1.1

filename: htmlobject.a.class.php

Attributes

top
attribute: href
access: public
default:
empty

URI (RFC 2396) to process request

@access public
@var string
top
attribute: label
access: public
default:
empty

Label for a

@access public
@var string
top
attribute: name
access: public
default:
empty

Attribute name

@access public
@var string
top
attribute: tabindex
access: public
default:
empty

Attribute tabindex

@access public
@var int
top
attribute: target
access: public
default:
empty

Attribute target

@access public
@var string [_blank|_parent|_self|_top]


Methods

top
function: get_string

 Get html element as string
 
 @access public
 @return string
top
function: __attribs

 Init attribs
 
 @access protected
 @return string