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

Public Member Functions

 __construct (array $cells=null)

Data Fields

 $id = null
 $cells = array()
 $style = null
 $attributes = array()

Detailed Description

Component representing a table row.

Since:
Moodle 2.0

Definition at line 1854 of file outputcomponents.php.


Constructor & Destructor Documentation

__construct ( array cells = null)

Constructor

Parameters:
array$cells

Definition at line 1876 of file outputcomponents.php.


Field Documentation

Definition at line 1870 of file outputcomponents.php.

$cells = array()

Definition at line 1862 of file outputcomponents.php.

$id = null

Definition at line 1858 of file outputcomponents.php.

$style = null

Definition at line 1866 of file outputcomponents.php.


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