fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10793] Deleted model class control area


From: Torstein
Subject: [Fmsystem-commits] [10793] Deleted model class control area
Date: Mon, 11 Feb 2013 14:02:20 +0000

Revision: 10793
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10793
Author:   vator
Date:     2013-02-11 14:02:18 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
Deleted model class control area

Removed Paths:
-------------
    trunk/controller/inc/model/class.control_area.inc.php

Deleted: trunk/controller/inc/model/class.control_area.inc.php
===================================================================
--- trunk/controller/inc/model/class.control_area.inc.php       2013-02-11 
13:59:35 UTC (rev 10792)
+++ trunk/controller/inc/model/class.control_area.inc.php       2013-02-11 
14:02:18 UTC (rev 10793)
@@ -1,78 +0,0 @@
-<?php
-       /**
-       * phpGroupWare - controller: a part of a Facilities Management System.
-       *
-       * @author Erink Holm-Larsen <address@hidden>
-       * @author Torstein Vadla <address@hidden>
-       * @copyright Copyright (C) 2011,2012 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * This file is part of phpGroupWare.
-       *
-       * phpGroupWare is free software; you can redistribute it and/or modify
-       * it under the terms of the GNU General Public License as published by
-       * the Free Software Foundation; either version 2 of the License, or
-       * (at your option) any later version.
-       *
-       * phpGroupWare is distributed in the hope that it will be useful,
-       * but WITHOUT ANY WARRANTY; without even the implied warranty of
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       * GNU General Public License for more details.
-       *
-       * You should have received a copy of the GNU General Public License
-       * along with phpGroupWare; if not, write to the Free Software
-       * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 
 USA
-       *
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/
-       * @package property
-       * @subpackage controller
-       * @version $Id$
-       */
-
-       include_class('controller', 'model', 'inc/model/');
-       /*
-       class controller_control_area extends controller_model
-       {
-               public static $so;
-
-               protected $id;
-               protected $title;
-               
-               
-               public function __construct(int $id = null)
-               {
-                       $this->id = (int)$id;
-               }
-               
-               public function set_id($id)
-               {
-                       $this->id = $id;
-               }
-               
-               public function get_id() { return $this->id; }
-
-               public function set_title($title)
-               {
-                       $this->title = $title;
-               }
-               
-               public function get_title(){ return $this->title; }
-                       
-               public function serialize()
-               {
-                       return array(
-                                       'id' => $this->get_id(),
-                                       'title' => $this->get_title()
-                       );
-               }
-               
-       
-               public static function get_so()
-               {
-                       if (self::$so == null) {
-                               self::$so = 
CreateObject('controller_control_area');
-                       }
-                       
-                       return self::$so;
-               }
-               */
-       }




reply via email to

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