Grid cell UI class.
More...
◆ __construct()
ilPCGridCellGUI::__construct |
( |
|
$a_pg_obj, |
|
|
& |
$a_content_obj, |
|
|
|
$a_hier_id, |
|
|
|
$a_pc_id = "" |
|
) |
| |
Constructor.
Definition at line 21 of file class.ilPCGridCellGUI.php.
23 parent::__construct($a_pg_obj, $a_content_obj, $a_hier_id, $a_pc_id);
◆ deleteCell()
ilPCGridCellGUI::deleteCell |
( |
| ) |
|
delete cell
Definition at line 49 of file class.ilPCGridCellGUI.php.
References $_SESSION.
51 $this->content_obj->deleteCell();
52 $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
53 $this->ctrl->returnToParent($this,
"jump" . $this->hier_id);
◆ executeCommand()
ilPCGridCellGUI::executeCommand |
( |
| ) |
|
execute command
Definition at line 29 of file class.ilPCGridCellGUI.php.
References $ret.
32 $next_class = $this->ctrl->getNextClass($this);
35 $cmd = $this->ctrl->getCmd();
37 switch ($next_class) {
◆ moveCellLeft()
ilPCGridCellGUI::moveCellLeft |
( |
| ) |
|
Move cell left.
Definition at line 70 of file class.ilPCGridCellGUI.php.
References $_SESSION.
72 $this->content_obj->moveCellLeft();
73 $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
74 $this->ctrl->returnToParent($this,
"jump" . $this->hier_id);
◆ moveCellRight()
ilPCGridCellGUI::moveCellRight |
( |
| ) |
|
Move cell right.
Definition at line 60 of file class.ilPCGridCellGUI.php.
References $_SESSION.
62 $this->content_obj->moveCellRight();
63 $_SESSION[
"il_pg_error"] = $this->pg_obj->update();
64 $this->ctrl->returnToParent($this,
"jump" . $this->hier_id);
The documentation for this class was generated from the following file: