|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($helpidentifier, $title, $component= 'moodle') | |
Data Fields | |
| $helpidentifier | |
| $title = null | |
| $component = 'moodle' | |
| $linktext = null | |
Data structure representing a help icon.
Definition at line 353 of file outputcomponents.php.
| __construct | ( | $ | helpidentifier, |
| $ | title, | ||
| $ | component = 'moodle' |
||
| ) |
Constructor: sets up the other components in case they are needed
| string | $helpidentifier | The keyword that defines a help page |
| string | $title | A descriptive text for accessibility only |
| string | $component | |
| bool | $linktext | add extra text to icon |
Definition at line 379 of file outputcomponents.php.
| $component = 'moodle' |
Definition at line 365 of file outputcomponents.php.
| $helpidentifier |
Definition at line 357 of file outputcomponents.php.
| $linktext = null |
Definition at line 369 of file outputcomponents.php.
| $title = null |
Definition at line 361 of file outputcomponents.php.