Base class for 'columns' that are actually displayed as a row following the main question row.
Copyright: | 2009 Tim Hunt |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 70 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
row_base:: (3 methods):
is_extra_row()
display_start()
display_end()
is_extra_row() X-Ref |
Check if the column is an extra row of not. |
display_start($question, $rowclasses) X-Ref |
Output the opening column tag. If it is set as heading, it will use <th> tag instead of <td> param: \stdClass $question param: string $rowclasses |
display_end($question, $rowclasses) X-Ref |
Output the closing column tag param: object $question param: string $rowclasses |