soo_txp_obj API Documentation

soo_html_table_cell Class Reference

Abstract base class for (X)HTML table cells. More...

List of all members.

Public Member Functions

 __construct ($cell_type, $atts=array(), $content= '')
 Constructor.

Protected Attributes

(X)HTML attributes

 $rowspan = ''
 $colspan = ''
 $headers = ''
 $abbr = ''
 $scope = ''
 $axis = ''

Detailed Description

Abstract base class for (X)HTML table cells.

Definition at line 1506 of file soo_txp_obj.php.


Constructor & Destructor Documentation

soo_html_table_cell::__construct ( cell_type,
atts = array(),
content = '' 
)

Constructor.

Parameters:
cell_type Element name (td, th)
atts Attributes (array of name=>value pairs)
content Element content (string, soo_html object, or array thereof)

Reimplemented from soo_html_table_component.

Definition at line 1523 of file soo_txp_obj.php.


The documentation for this class was generated from the following file:
All Classes Functions Variables