Eric Lippmann
662de28f85
License source files as GPL-3.0-or-later
...
Add SPDX license headers and mark source files as GPL-3.0-or-later to
preserve the option to relicense under later GPL versions.
2026-03-26 17:49:26 +01:00
Bastian Lederer
ea0ce32bc9
Change implicit nullable type declaration to explicit
...
Since PHP 8.4 implicitly nullable parameter types are deprecated.
Normalize scoped PHPDoc for nullable-parameter updates: use `?Type` instead of
`Type|null`, remove column alignment, and indent continuation lines with 2
spaces.
Co-authored-by: "Eric Lippmann <eric.lippmann@icinga.com>"
2026-03-10 16:40:27 +01:00
Sukhwinder Dhillon
ee9d139a3a
PhpDoc: Fix incorrect @param and @return type hints
2023-08-23 10:53:15 +02:00
Johannes Meyer
4cf577b1c8
RepositoryForm: Utilize setDefaults instead of populate now
...
refs #3010
refs #2998
2017-11-06 08:56:09 +01:00
Johannes Meyer
460c06e922
RepositoryForm: Add more flexibility when interacting with the repository
2017-02-03 12:20:24 +01:00
Johannes Meyer
695d2fdaf6
RepositoryForm: Use null as default in methods add() and edit()
...
An empty array is now considered valid data in method
onUpdateRequest() which now allows to avoid unnecessary
data retrieval.
2016-04-29 09:32:20 +02:00
Johannes Meyer
9c097c3957
RepositoryForm: Introduce method getBaseTable()
...
Concrete form classes may want to utilize another base table
than the one of the repository.
2016-04-29 09:31:26 +02:00
Alexander A. Klimov
474803fee4
Change all license headers to only reflect a file's year of creation
...
refs #11000
2016-02-08 15:41:00 +01:00
Johannes Meyer
385042ea92
RepositoryForm: Verify that the entry to work with is valid
...
refs #8826
2015-05-28 16:27:48 +02:00
Johannes Meyer
8ea3cd0a13
Introduce class RepositoryForm
...
refs #8826
2015-05-20 10:53:31 +02:00