Public Member Functions | |
| ilHelpGUI () | |
| constructor | |
| & | executeCommand () |
| execute command | |
| showHelp () | |
| redirect to help page | |
Help GUI class.
Definition at line 32 of file class.ilHelpGUI.php.
| & ilHelpGUI::executeCommand | ( | ) |
| ilHelpGUI::ilHelpGUI | ( | ) |
constructor
Definition at line 38 of file class.ilHelpGUI.php.
References $ilCtrl.
{
global $ilCtrl;
$this->ctrl =& $ilCtrl;
}
| ilHelpGUI::showHelp | ( | ) |
redirect to help page
Definition at line 64 of file class.ilHelpGUI.php.
References ilUtil::redirect().
{
global $ilHelp;
if ($target = $ilHelp->getHelpPage())
{
ilUtil::redirect($target);
}
else
{
echo "Could not find help files.";
}
}
Here is the call graph for this function:
1.7.1