ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Month.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
9
15{
16
22 public function getDefault();
23}
An exception for terminatinating execution or to throw for unit testing.
This describes the Month Button.
Definition: Month.php:15
getDefault()
Get the default value of the button.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
Interface to be extended by components that have the possibility to bind to Javascript.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.