ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Section.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\ViewControl
;
22
23
use
ILIAS\UI\Component\Component
;
24
use
ILIAS\UI\Component\Button\Button
;
25
29
interface
Section
extends
Component
30
{
34
public
function
getPreviousActions
():
Button
;
35
39
public
function
getNextActions
():
Button
;
40
46
public
function
getSelectorButton
():
Component
;
47
}
Standard
Button
ILIAS\UI\Component
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component\ViewControl
Definition:
Factory.php:21
ILIAS\UI\Component\ViewControl\Section\getSelectorButton
getSelectorButton()
Returns the Default- or Month Button placed in the middle of the control.
ILIAS\UI\Component\ViewControl\Section\getPreviousActions
getPreviousActions()
Returns the action executed by clicking on previous.
ILIAS\UI\Component\ViewControl\Section\getNextActions
getNextActions()
Returns the action executed by clicking on next.
Section
components
ILIAS
UI
src
Component
ViewControl
Section.php
Generated on Mon Sep 1 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)