noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 07/323: Acc_Plan_MTable : add doxygen doc


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/323: Acc_Plan_MTable : add doxygen doc
Date: Wed, 14 Mar 2018 17:38:08 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 005cf0d831526dc3b720c23ce714d5a2886c1f2b
Author: Dany De Bontridder <address@hidden>
Date:   Thu Dec 21 13:21:47 2017 +0100

    Acc_Plan_MTable : add doxygen doc
---
 include/class/acc_plan_mtable.class.php | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/include/class/acc_plan_mtable.class.php 
b/include/class/acc_plan_mtable.class.php
index c2b7ed4..26e68bf 100644
--- a/include/class/acc_plan_mtable.class.php
+++ b/include/class/acc_plan_mtable.class.php
@@ -21,12 +21,18 @@
 
 /***
  * @file 
- * @brief
+ * @brief class Acc_Plan_MTabme
+ * @see Acc_Plan_MTabme
  *
  */
 require_once NOALYSS_INCLUDE.'/database/acc_plan_sql.class.php';
 require_once NOALYSS_INCLUDE.'/lib/manage_table_sql.class.php';
-
+/**
+ * @brief this instance extends Manage_Table_SQL and aims to manage 
+ * the Table tmp_pcmn thanks a web interface (add , delete, display...)
+ * 
+ * @see Acc_Plan_SQL
+ */
 class Acc_Plan_MTable extends Manage_Table_SQL
 {
     function __construct(Acc_Plan_SQL $p_table)
@@ -118,6 +124,12 @@ class Acc_Plan_MTable extends Manage_Table_SQL
 
         echo '</tr>';
     }
+    /**
+     * Check that the entered data are valid before recording them into 
+     * tmp_pcmn, the errors are stored into this->a_error and if someting wrong
+     * is found it returns false, if the data can be saved it returns true
+     * @return return false if an error is found, 
+     */
     function check() 
     {
         $cn=Dossier::connect();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]