File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 38
38
*/
39
39
class timeslots_table extends \table_sql implements \renderable {
40
40
41
+ /** @var int Display mode for table. */
42
+ public $ displaymode = 0 ;
43
+
41
44
/**
42
45
* Constructs the table and defines how the data from the SQL query is displayed
43
46
* @param string $uniqueid ID that uniquely identifies this element on the HTML page
Original file line number Diff line number Diff line change 38
38
*/
39
39
class viewpoints_table extends \table_sql implements \renderable {
40
40
41
+
42
+ /** @var context\system System context. */
43
+ protected $ context = 0 ;
44
+
45
+ /** @var int Display mode for table. */
46
+ protected $ displaymode = 0 ;
47
+
41
48
/**
42
49
* Constructs the table and defines how the data from the SQL query is displayed
43
50
* @param string $uniqueid ID that uniquely identifies this element on the HTML page
Original file line number Diff line number Diff line change 38
38
*/
39
39
class viewsessions_table extends \table_sql implements \renderable {
40
40
41
+ /** @var context\system System context. */
42
+ protected $ context = 0 ;
43
+
41
44
/**
42
45
* Constructs the table and defines how the data from the SQL query is displayed
43
46
* @param string $uniqueid ID that uniquely identifies this element on the HTML page
You can’t perform that action at this time.
0 commit comments