ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.ilBirthdayInputGUI.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
26
class
ilBirthdayInputGUI
extends
ilDateTimeInputGUI
27
{
28
public
function
getStartYear
():
int
29
{
30
return
date(
"Y"
) - 100;
31
}
32
}
ilBirthdayInputGUI\getStartYear
getStartYear()
Definition:
class.ilBirthdayInputGUI.php:28
ilFormPropertyGUI\int
int($key)
Definition:
class.ilFormPropertyGUI.php:440
ilDateTimeInputGUI
This class represents a date/time property in a property form.
Definition:
class.ilDateTimeInputGUI.php:26
ilBirthdayInputGUI
This class represents a text property in a property form.
Definition:
class.ilBirthdayInputGUI.php:26
components
ILIAS
Form
classes
class.ilBirthdayInputGUI.php
Generated on Wed Sep 10 2025 15:15:38 for ILIAS by
1.8.13 (using
Doxyfile
)