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

Public Member Functions

 __construct ($helpidentifier, $title, $component= 'moodle')

Data Fields

 $helpidentifier
 $title = null
 $component = 'moodle'
 $linktext = null

Detailed Description

Data structure representing a help icon.

Since:
Moodle 2.0

Definition at line 353 of file outputcomponents.php.


Constructor & Destructor Documentation

__construct ( helpidentifier,
title,
component = 'moodle' 
)

Constructor: sets up the other components in case they are needed

Parameters:
string$helpidentifierThe keyword that defines a help page
string$titleA descriptive text for accessibility only
string$component
bool$linktextadd extra text to icon
Returns:
void

Definition at line 379 of file outputcomponents.php.


Field Documentation

$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.


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