ILIAS  release_7 Revision v7.30-3-g800a261c036
Section.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4
6
7use \ILIAS\UI\Component\Component;
8
12interface Section extends Component
13{
14
20 public function getPreviousActions();
21
27 public function getNextActions();
28
34 public function getSelectorButton();
35}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
This describes a Section Control.
Definition: Section.php:13
getPreviousActions()
Returns the action executed by clicking on previous.
getSelectorButton()
Returns the Default- or Month Button placed in the middle of the control.
getNextActions()
Returns the action executed by clicking on next.