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

@ -26,6 +26,10 @@
* @brief abstract of the view public.v_tva_rate
*
*/
/**
* @class V_Tva_Rate_SQL
* @brief ORM abstract of the view public.v_tva_rate
*/
class V_Tva_Rate_SQL extends Table_Data_SQL
{
@ -72,4 +76,4 @@ class V_Tva_Rate_SQL extends Table_Data_SQL
parent::__construct($p_cn, $p_id);
}
}
}