Moodle  2.2.1
http://www.collinsharper.com
html_table_cell Class Reference

Public Member Functions

 __construct ($text=null)

Data Fields

 $id = null
 $text
 $abbr = null
 $colspan = null
 $rowspan = null
 $scope = null
 $header = null
 $style = null
 $attributes = array()

Detailed Description

Component representing a table cell.

Since:
Moodle 2.0

Definition at line 1897 of file outputcomponents.php.


Constructor & Destructor Documentation

__construct ( text = null)

Definition at line 1935 of file outputcomponents.php.


Field Documentation

$abbr = null

Definition at line 1909 of file outputcomponents.php.

Definition at line 1933 of file outputcomponents.php.

$colspan = null

Definition at line 1913 of file outputcomponents.php.

$header = null

Definition at line 1925 of file outputcomponents.php.

$id = null

Definition at line 1901 of file outputcomponents.php.

$rowspan = null

Definition at line 1917 of file outputcomponents.php.

$scope = null

Definition at line 1921 of file outputcomponents.php.

$style = null

Definition at line 1929 of file outputcomponents.php.

$text

Definition at line 1905 of file outputcomponents.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations