ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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 Oct 18 2025 23:03:04 for ILIAS by
1.9.4 (using
Doxyfile
)