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


Public Member Functions | |
| init () | |
| get_name () | |
| get_required_fields () | |
Protected Member Functions | |
| display_content ($question, $rowclasses) | |
Protected Attributes | |
| $strdelete | |
| $strrestore | |
action to delete (or hide) a question, or restore a previously hidden question.
Definition at line 714 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 728 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 724 of file editlib.php.
Reimplemented from question_bank_action_column_base.
Definition at line 740 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 718 of file editlib.php.
$strdelete [protected] |
Definition at line 715 of file editlib.php.
$strrestore [protected] |
Definition at line 716 of file editlib.php.