|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($identifier, $component) | |
| diag_strings () | |
Data Fields | |
| $identifier | |
| $component | |
| $linktext = null | |
Data structure representing a help icon.
Definition at line 400 of file outputcomponents.php.
| __construct | ( | $ | identifier, |
| $ | component | ||
| ) |
Constructor
| string | $identifier | string for help page title, string with _help suffix is used for the actual help text. string with _link suffix is used to create a link to further info (if it exists) |
| string | $component |
Definition at line 423 of file outputcomponents.php.
| diag_strings | ( | ) |
Verifies that both help strings exists, shows debug warnings if not
Definition at line 431 of file outputcomponents.php.
Definition at line 410 of file outputcomponents.php.
| $identifier |
Definition at line 406 of file outputcomponents.php.
| $linktext = null |
Definition at line 414 of file outputcomponents.php.