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


Public Member Functions | |
| get_extra_classes () | |
| get_required_fields () | |
Protected Member Functions | |
| get_title () | |
| print_icon ($icon, $title, $url) | |
A base class for actions that are an icon that lets you manipulate the question in some way.
Definition at line 591 of file editlib.php.
Reimplemented from question_bank_column_base.
Definition at line 597 of file editlib.php.
Reimplemented from question_bank_column_base.
Reimplemented in question_bank_add_to_quiz_action_column, question_bank_delete_action_column, and question_bank_preview_action_column.
Definition at line 607 of file editlib.php.
| get_title | ( | ) | [protected] |
Title for this column. Not used if is_sortable returns an array.
| 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 593 of file editlib.php.
| print_icon | ( | $ | icon, |
| $ | title, | ||
| $ | url | ||
| ) | [protected] |