|
Moodle
2.2.1
http://www.collinsharper.com
|
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() | |
Component representing a table cell.
Definition at line 1897 of file outputcomponents.php.
| __construct | ( | $ | text = null | ) |
Definition at line 1935 of file outputcomponents.php.
| $abbr = null |
Definition at line 1909 of file outputcomponents.php.
| $attributes = array() |
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.