Documentation

This commit is contained in:
Dany wm De Bontridder 2021-07-29 21:19:27 +02:00
parent 4886d78356
commit 108de76fbd
23 changed files with 100 additions and 29 deletions

View file

@ -25,6 +25,10 @@
* @file
* @brief abstract of the table public.forecast_item
*/
/**
* @class Forecast_Item_SQL
* @brief ORM abstract of the table public.forecast_item
*/
class Forecast_Item_SQL extends Table_Data_SQL
{