Inheritance diagram for ilPCQuestionGUI:
Collaboration diagram for ilPCQuestionGUI:Public Member Functions | |
| ilPCQuestionGUI (&$a_pg_obj, &$a_content_obj, $a_hier_id) | |
| Constructor public. | |
| & | executeCommand () |
| execute command | |
| edit () | |
| edit question | |
Definition at line 36 of file class.ilPCQuestionGUI.php.
| ilPCQuestionGUI::edit | ( | ) |
edit question
Definition at line 63 of file class.ilPCQuestionGUI.php.
References $_GET, and ASS_QuestionGUI::_getQuestionGUI().
{
require_once("assessment/classes/class.assQuestionGUI.php");
$q_gui =& ASS_QuestionGUI::_getQuestionGUI("", $_GET["q_id"]);
$this->ctrl->redirectByClass(array("ilobjquestionpoolgui", get_class($q_gui)), "editQuestion");
}
Here is the call graph for this function:| & ilPCQuestionGUI::executeCommand | ( | ) |
| ilPCQuestionGUI::ilPCQuestionGUI | ( | &$ | a_pg_obj, | |
| &$ | a_content_obj, | |||
| $ | a_hier_id | |||
| ) |
Constructor public.
Definition at line 43 of file class.ilPCQuestionGUI.php.
References ilPageContentGUI::ilPageContentGUI().
{
parent::ilPageContentGUI($a_pg_obj, $a_content_obj, $a_hier_id);
}
Here is the call graph for this function:
1.7.1