noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/17: Code Documentation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/17: Code Documentation
Date: Tue, 16 May 2023 14:50:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ff70feba5b893b90d42eec6e4d07de2b3d06e04c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Apr 14 13:43:00 2023 +0200

    Code Documentation
---
 include/class/calendar.class.php | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/include/class/calendar.class.php b/include/class/calendar.class.php
index 318b47762..bbaa7fc35 100644
--- a/include/class/calendar.class.php
+++ b/include/class/calendar.class.php
@@ -32,6 +32,16 @@ class Calendar
 {
     var $current_date;
     private static $nb_day=array(31,28,31,30,31,30,31,31,30,31,30,31);
+    var    $month;         // current month
+    var    $day  ;         // day
+    var    $year;          // year
+    var    $action_div;    // array of action
+
+    // following are completed by fill_from_action
+    var    $action;        // array of event - follow-up (T: action_gestion)
+    var    $str_name;      // array of tiers for event - follow-up (T: 
action_gestion)
+    var    $title;         // array of title for each event - follow-up (T: 
action_gestion)
+    var    $hour ;         // array of hour for each event - follow-up (T: 
action_gestion)
 
     function __construct()
     {



reply via email to

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