Documentation for Doxygen
This commit is contained in:
parent
9e9fc58485
commit
4886d78356
96 changed files with 536 additions and 119 deletions
|
|
@ -24,6 +24,12 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.action_gestion_comment */
|
||||
|
||||
/**
|
||||
* @class Action_Gestion_Comment_SQL
|
||||
* @brief ORM SQL Action_Gestion_Comment
|
||||
*/
|
||||
|
||||
class Action_Gestion_Comment_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,14 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.action_gestion */
|
||||
class Action_gestion_SQL extends Table_Data_SQL
|
||||
|
||||
|
||||
/**
|
||||
* @class Action_Gestion_SQL
|
||||
* @brief ORM public.action_gestion
|
||||
*/
|
||||
|
||||
class Action_Gestion_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
function __construct(DatabaseCore $p_cn, $p_id=-1)
|
||||
|
|
|
|||
|
|
@ -24,6 +24,11 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.attr_def */
|
||||
|
||||
/**
|
||||
* @class Attr_def_SQL
|
||||
* @brief abstract of the table public.attr_def */
|
||||
*/
|
||||
class Attr_def_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,11 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.contact_option_ref */
|
||||
|
||||
/**
|
||||
* @class Contact_option_ref_SQL
|
||||
* @brief abstract of the table public.contact_option_ref */
|
||||
*/
|
||||
class Contact_option_ref_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.currency_history */
|
||||
|
||||
/**
|
||||
* @class Currency_history_SQL
|
||||
* @brief abstract of the table public.currency_history */
|
||||
*/
|
||||
class Currency_history_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,11 @@
|
|||
*
|
||||
* @file
|
||||
* @brief abstract of the table public.currency */
|
||||
|
||||
/**
|
||||
* @class Currency_SQL
|
||||
* @brief abstract of the table public.currency */
|
||||
|
||||
class Currency_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @class
|
||||
* @class Document_type_SQL
|
||||
* @brief abstract of the table public.document_type
|
||||
*/
|
||||
class Document_type_SQL extends Table_Data_SQL
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @class
|
||||
* @file Manage the table public.fiche_def_ref , which concerns the template of
|
||||
* @class Fiche_def_ref_SQL
|
||||
* @brief ORM Manage the table public.fiche_def_ref , which concerns the template of
|
||||
* category of card
|
||||
*/
|
||||
class Fiche_def_ref_SQL extends Table_Data_SQL
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
|
||||
|
||||
/**
|
||||
* @brief Manage the table public.menu_ref
|
||||
* @class Menu_Ref_SQL
|
||||
* @brief ORM Manage the table public.menu_ref
|
||||
*/
|
||||
class Menu_Ref_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
*
|
||||
*@file
|
||||
*@brief abstract of the table public.op_predef */
|
||||
|
||||
/**
|
||||
*@class Op_Predef_SQL
|
||||
*@brief ORM abstract of the table public.op_predef */
|
||||
|
||||
|
||||
class Op_predef_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,13 @@
|
|||
* @file
|
||||
* @brief abstract of the table public.operation_currency
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @class Operation_currency_SQL
|
||||
* @brief ORM abstract of the table public.operation_currency
|
||||
*/
|
||||
|
||||
class Operation_currency_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,10 @@
|
|||
*
|
||||
*@file
|
||||
*@brief abstract of the table public.parameter_extra */
|
||||
|
||||
/**
|
||||
* @class Parameter_Extra_SQL
|
||||
*@brief abstract of the table public.parameter_extra */
|
||||
class Parameter_Extra_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* *@brief Manage the table public.parm_periode
|
||||
* @class Parm_periode_SQL
|
||||
* @brief ORM Manage the table public.parm_periode
|
||||
*/
|
||||
class Parm_periode_SQL extends Table_Data_SQL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
* @brief abstract of the table public.poste_analytique
|
||||
*
|
||||
*
|
||||
* @class
|
||||
* @class Poste_analytique_SQL
|
||||
* @brief abstract of the table public.poste_analytique */
|
||||
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
/**
|
||||
* class_currency_history_sql.php
|
||||
*
|
||||
* @class
|
||||
* @class V_Currency_Last_Value_SQL
|
||||
* @brief abstract of the view public.v_currency_last_value
|
||||
*/
|
||||
class V_Currency_Last_Value_SQL extends Data_SQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue