Moodle  2.2.1
http://www.collinsharper.com
help_icon Class Reference
Inheritance diagram for help_icon:
Collaboration diagram for help_icon:

Public Member Functions

 __construct ($identifier, $component)
 diag_strings ()

Data Fields

 $identifier
 $component
 $linktext = null

Detailed Description

Data structure representing a help icon.

Since:
Moodle 2.0

Definition at line 400 of file outputcomponents.php.


Constructor & Destructor Documentation

__construct ( identifier,
component 
)

Constructor

Parameters:
string$identifierstring 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.


Member Function Documentation

Verifies that both help strings exists, shows debug warnings if not

Definition at line 431 of file outputcomponents.php.

Here is the call graph for this function:


Field Documentation

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.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations