classname: htmlobject_td


extends: htmlobject_base

 Td

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

filename: htmlobject.td.class.php

Attributes

top
attribute: align
access: public
default:
empty

Align

@access public
@var enum [left|center|right]
top
attribute: colspan
access: public
default:
empty

Colspan

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

Rowspan

@access public
@var int
top
attribute: type
access: public
default:
td

Td type

@access public
@var enum [td|th]


Methods

top
function: add
params:
$text = ''

 Add additional content
 
 @access public
 @param array|string|object $text
top
function: get_string

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

 Init attribs
 
 @access protected
 @return string