3 declare(strict_types=1);
29 class Section implements C\ViewControl\Section
39 if (!$button instanceof
Month) {
40 $this->checkArgInstanceOf(
"button", $button, Button::class);
button(string $caption, string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSelectorButton()
Returns the Default- or Split-Button placed in the middle of the control.
getNextActions()
Returns the action executed by clicking on next.
__construct(Button $previous_action, Component $button, Button $next_action)
getPreviousActions()
Returns the action executed by clicking on previous.