soo_txp_obj API Documentation
soo_html_table_component Class Reference
Abstract base class for (X)HTML table components. More...
Public Member Functions | |
| __construct ($component, $atts=array(), $content= '') | |
| Constructor. | |
Protected Attributes | |
(X)HTML attributes | |
| $align = '' | |
| $char = '' | |
| $charoff = '' | |
| $valign = '' | |
Detailed Description
Abstract base class for (X)HTML table components.
Definition at line 1431 of file soo_txp_obj.php.
Constructor & Destructor Documentation
| soo_html_table_component::__construct | ( | $ | component, | |
| $ | atts = array(), |
|||
| $ | content = '' | |||
| ) |
Constructor.
- Parameters:
-
component (X)HTML element name atts Attributes (array of name=>value pairs) content Element content (string, soo_html object, or array thereof)
Reimplemented in soo_html_table_cell.
Definition at line 1446 of file soo_txp_obj.php.
The documentation for this class was generated from the following file:
Generated on Fri Jan 7 2011 14:35:01 for soo_txp_obj by Doxygen 1.7.1








