Moodle  2.2.1
http://www.collinsharper.com
html_table Class Reference
Inheritance diagram for html_table:

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

Detailed Description

Holds all the information required to render a

{

See also:
core_renderer::table()}

Example of usage: $t = new html_table(); ... // set various properties of the object $t as described below echo html_writer::table($t);

Since:
Moodle 2.0

Definition at line 1710 of file outputcomponents.php.


Constructor & Destructor Documentation

Constructor

Definition at line 1841 of file outputcomponents.php.

Here is the caller graph for this function:


Field Documentation

Definition at line 1749 of file outputcomponents.php.

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.


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