ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilBirthdayInputGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
27
class
ilBirthdayInputGUI
extends
ilDateTimeInputGUI
28
{
29
public
function
getStartYear
():
int
30
{
31
return
date(
"Y"
) - 100;
32
}
33
}
ilBirthdayInputGUI\getStartYear
getStartYear()
Definition:
class.ilBirthdayInputGUI.php:29
ilFormPropertyGUI\int
int($key)
Definition:
class.ilFormPropertyGUI.php:441
ilDateTimeInputGUI
This class represents a date/time property in a property form.
Definition:
class.ilDateTimeInputGUI.php:27
ilBirthdayInputGUI
This class represents a text property in a property form.
Definition:
class.ilBirthdayInputGUI.php:27
components
ILIAS
Form
classes
class.ilBirthdayInputGUI.php
Generated on Sun Aug 31 2025 23:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)