fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8020]


From: Torstein
Subject: [Fmsystem-commits] [8020]
Date: Fri, 04 Nov 2011 13:44:30 +0000

Revision: 8020
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8020
Author:   vator
Date:     2011-11-04 13:44:29 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/model/class.check_list.inc.php

Modified: trunk/controller/inc/model/class.check_list.inc.php
===================================================================
--- trunk/controller/inc/model/class.check_list.inc.php 2011-11-04 13:22:00 UTC 
(rev 8019)
+++ trunk/controller/inc/model/class.check_list.inc.php 2011-11-04 13:44:29 UTC 
(rev 8020)
@@ -10,6 +10,8 @@
                protected $status;
                protected $comment;
                protected $deadline;
+               protected $planned_date;
+               protected $completed_date;
                protected $check_item_array = array();
                
                /**
@@ -65,6 +67,20 @@
                
                public function get_check_item_array() { return 
$this->check_item_array; }
                
+               public function set_planned_date($planned_date)
+               {
+                       $this->planned_date = $planned_date;
+               }
+               
+               public function get_planned_date() { return 
$this->planned_date; }
+               
+               public function set_completed_date($completed_date)
+               {
+                       $this->completed_date = $completed_date;
+               }
+               
+               public function get_completed_date() { return 
$this->completed_date; }
+               
                public function serialize()
                {
                        return array(




reply via email to

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