|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct () | |
Data Fields | |
| $id = null | |
| $attributes = array() | |
| $head | |
| $headspan | |
| $align | |
| $size | |
| $wrap | |
| $data | |
| $width = null | |
| $tablealign = null | |
| $cellpadding = null | |
| $cellspacing = null | |
| $rowclasses | |
| $colclasses | |
| $summary | |
Holds all the information required to render a
{
Example of usage: $t = new html_table(); ... // set various properties of the object $t as described below echo html_writer::table($t);
Definition at line 1710 of file outputcomponents.php.
| __construct | ( | ) |
Constructor
Definition at line 1841 of file outputcomponents.php.

Definition at line 1749 of file outputcomponents.php.
| $attributes = array() |
Definition at line 1718 of file outputcomponents.php.
| $cellpadding = null |
Definition at line 1806 of file outputcomponents.php.
| $cellspacing = null |
Definition at line 1811 of file outputcomponents.php.
Definition at line 1832 of file outputcomponents.php.
| $data |
Definition at line 1791 of file outputcomponents.php.
| $head |
Definition at line 1727 of file outputcomponents.php.
Definition at line 1737 of file outputcomponents.php.
| $id = null |
Definition at line 1714 of file outputcomponents.php.
| $rowclasses |
Definition at line 1821 of file outputcomponents.php.
| $size |
Definition at line 1758 of file outputcomponents.php.
Definition at line 1836 of file outputcomponents.php.
| $tablealign = null |
Definition at line 1801 of file outputcomponents.php.
| $width = null |
Definition at line 1796 of file outputcomponents.php.
| $wrap |
Definition at line 1766 of file outputcomponents.php.