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


Public Member Functions | |
| init () | |
| get_name () | |
Protected Member Functions | |
| display_content ($question, $rowclasses) | |
Protected Attributes | |
| $stredit | |
| $strview | |
Base class for question bank columns that just contain an action icon.
Definition at line 619 of file editlib.php.
| display_content | ( | $ | question, |
| $ | rowclasses | ||
| ) | [protected] |
Output the contents of this column.
| object | $question | the row from the $question table, augmented with extra information. |
| string | $rowclasses | CSS class names that should be applied to this row of output. |
Reimplemented from question_bank_column_base.
Definition at line 633 of file editlib.php.

| get_name | ( | ) |
| object | $question | the row from the $question table, augmented with extra information. |
Reimplemented from question_bank_column_base.
Definition at line 629 of file editlib.php.
| init | ( | ) |
A chance for subclasses to initialise themselves, for example to load lang strings, without having to override the constructor.
Reimplemented from question_bank_column_base.
Definition at line 623 of file editlib.php.
$stredit [protected] |
Definition at line 620 of file editlib.php.
$strview [protected] |
Definition at line 621 of file editlib.php.