ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ 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
This class represents a text property in a property form.
Definition:
class.ilBirthdayInputGUI.php:28
ilBirthdayInputGUI\getStartYear
getStartYear()
Definition:
class.ilBirthdayInputGUI.php:29
ilDateTimeInputGUI
This class represents a date/time property in a property form.
Definition:
class.ilDateTimeInputGUI.php:28
ilFormPropertyGUI\int
int($key)
Definition:
class.ilFormPropertyGUI.php:441
components
ILIAS
Form
classes
class.ilBirthdayInputGUI.php
Generated on Sat Dec 13 2025 23:02:21 for ILIAS by
1.9.4 (using
Doxyfile
)