ILIAS  release_7 Revision v7.30-3-g800a261c036
Month.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2017 Alex Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
4
6
10
11class Month implements C\Button\Month
12{
15
19 protected $default;
20
24 public function __construct($default)
25 {
26 $this->default = $default;
27 }
28
32 public function getDefault()
33 {
34 return $this->default;
35 }
36}
An exception for terminatinating execution or to throw for unit testing.
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
trait ComponentHelper
Provides common functionality for component implementations.