fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13909] ipc_test_suite: rename constructor


From: Sigurd Nes
Subject: [Fmsystem-commits] [13909] ipc_test_suite: rename constructor
Date: Tue, 15 Sep 2015 10:53:28 +0000

Revision: 13909
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13909
Author:   sigurdne
Date:     2015-09-15 10:53:28 +0000 (Tue, 15 Sep 2015)
Log Message:
-----------
ipc_test_suite: rename constructor

Modified Paths:
--------------
    trunk/ipc_test_suite/inc/class.ipc_test_suite.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_addressbook.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_bookmarks.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_calendar.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_email.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_notes.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_todo.inc.php
    trunk/ipc_test_suite/inc/class.ipc_test_suite_ui.inc.php
    trunk/ipc_test_suite/setup/setup.inc.php
    trunk/ipc_test_suite/sources/api/class.ipc_.inc.php
    trunk/ipc_test_suite/sources/api/class.ipc_manager.inc.php
    trunk/ipc_test_suite/sources/api/class.vcard.inc.php

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite.inc.php       2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite.inc.php       2015-09-15 
10:53:28 UTC (rev 13909)
@@ -22,7 +22,7 @@
                /**
                * Constructor
                */
-               function ipc_test_suite()
+               function __construct()
                {}
                
                /**

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_addressbook.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_addressbook.inc.php   
2015-09-15 10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_addressbook.inc.php   
2015-09-15 10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
          * Constructor
                * @param object $$ipcManager ipc manager object
          */
-               function ipc_test_suite_addressbook($params)
+               function __construct($params)
                {
                        $this->ipc =& 
$params['ipcManager']->getIPC('addressbook');
 
@@ -453,4 +453,3 @@
                        return $this->ipc->existData($id);
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_bookmarks.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_bookmarks.inc.php     
2015-09-15 10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_bookmarks.inc.php     
2015-09-15 10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
           * Constructor
                 * @param object $$ipcManager ipc manager object
           */
-               function ipc_test_suite_bookmarks($params)
+               function __construct($params)
                {
                        $this->ipc =& 
$params['ipcManager']->getIPC('bookmarks');
                        
@@ -120,4 +120,3 @@
                        return $this->ipc->getIdList();
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_calendar.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_calendar.inc.php      
2015-09-15 10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_calendar.inc.php      
2015-09-15 10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
                * Constructor
                * @param object $params contains the ipc manager object and 
other data
                */
-               function ipc_test_suite_calendar($params)
+               function __construct($params)
                {
                        $this->ipc =& $params['ipcManager']->getIPC('calendar');
        
@@ -84,7 +84,7 @@
 UID:040000008200E00074C5B7101A82E00800000000E088344E8F19C4010000000000000000100
  0000036EA06C9FC037140AC935E3552FFEFEB
 DTSTAMP:20040403T183855Z
-DESCRIPTION:Dieser Testtermin hei\xC3?t
+DESCRIPTION:Dieser Testtermin heiÃ?t
   "22_DAY_MONTHLY_BY_MONTHDAY_INT_2".\n\n
 SUMMARY:22_DAY_MONTHLY_BY_MONTHDAY_INT_2
 PRIORITY:5
@@ -153,7 +153,7 @@
 UID:040000008200E00074C5B7101A82E00800000000E088344E8F19C4010000000000000000100
  0000036EA06C9FC037140AC935E3552FFEFEB
 DTSTAMP:20040403T184839Z
-DESCRIPTION:Dieser Testtermin hei\xC3?t
+DESCRIPTION:Dieser Testtermin heiÃ?t
   "15_DAY_MONTHLY_BY_MONTHDAY_INT_1".\n\n
 SUMMARY:15_DAY_MONTHLY_BY_MONTHDAY_INT_1
 PRIORITY:5
@@ -183,4 +183,3 @@
                        return $this->ipc->existData($id);
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_email.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_email.inc.php 2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_email.inc.php 2015-09-15 
10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
                * Constructor
                * @param object $$ipcManager ipc manager object
                */
-               function ipc_test_suite_email($params)
+               function __construct($params)
                {
                        $this->ipc =& $params['ipcManager']->getIPC('email');
 
@@ -103,4 +103,3 @@
                        return $this->ipc->getIdList();
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_notes.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_notes.inc.php 2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_notes.inc.php 2015-09-15 
10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
          * Constructor
                * @param object $ipcManager ipc manager object
          */
-               function ipc_test_suite_notes($params)
+               function __construct($params)
                {
                        $this->ipc =& $params['ipcManager']->getIPC('notes');
 
@@ -116,4 +116,3 @@
                        //return $this->ipc->getIdList(); // get all data id's
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_todo.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_todo.inc.php  2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_todo.inc.php  2015-09-15 
10:53:28 UTC (rev 13909)
@@ -31,7 +31,7 @@
          * Constructor
                * @param object $$ipcManager ipc manager object
          */
-               function ipc_test_suite_todo($params)
+               function __construct($params)
                {
                        $this->ipc =& $params['ipcManager']->getIPC('todo');
 
@@ -121,4 +121,3 @@
                        return $this->ipc->getIdList(mktime(8,00,00,3,9,2004));
                }
        }
-?>
\ No newline at end of file

Modified: trunk/ipc_test_suite/inc/class.ipc_test_suite_ui.inc.php
===================================================================
--- trunk/ipc_test_suite/inc/class.ipc_test_suite_ui.inc.php    2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/inc/class.ipc_test_suite_ui.inc.php    2015-09-15 
10:53:28 UTC (rev 13909)
@@ -41,7 +41,7 @@
                /**
                * Constructor
                */
-               function ipc_test_suite_ui()
+               function __construct()
                {
                        // test the following applications, true->run the test, 
false->no test
                        $this->test = array(
@@ -101,4 +101,3 @@
                        }
                }
        }
-?>

Modified: trunk/ipc_test_suite/setup/setup.inc.php
===================================================================
--- trunk/ipc_test_suite/setup/setup.inc.php    2015-09-15 10:48:15 UTC (rev 
13908)
+++ trunk/ipc_test_suite/setup/setup.inc.php    2015-09-15 10:53:28 UTC (rev 
13909)
@@ -34,4 +34,3 @@
                'appname'  => 'phpgwapi',
                'versions' => Array('0.9.14','0.9.15', '0.9.16', '0.9.17', 
'0.9.18')
        );
-?>

Modified: trunk/ipc_test_suite/sources/api/class.ipc_.inc.php
===================================================================
--- trunk/ipc_test_suite/sources/api/class.ipc_.inc.php 2015-09-15 10:48:15 UTC 
(rev 13908)
+++ trunk/ipc_test_suite/sources/api/class.ipc_.inc.php 2015-09-15 10:53:28 UTC 
(rev 13909)
@@ -22,7 +22,7 @@
                * Constructor
                * @abstract
                */
-               function ipc_()
+               function __construct()
                {
                        die('call abstract method: 
'.__class__.'::'.__function__);
                }
@@ -108,5 +108,4 @@
                {
                        die('call abstract method: 
'.__class__.'::'.__function__);
                }
-       }
-?>
\ No newline at end of file
+       }
\ No newline at end of file

Modified: trunk/ipc_test_suite/sources/api/class.ipc_manager.inc.php
===================================================================
--- trunk/ipc_test_suite/sources/api/class.ipc_manager.inc.php  2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/sources/api/class.ipc_manager.inc.php  2015-09-15 
10:53:28 UTC (rev 13909)
@@ -37,7 +37,7 @@
                /**
                 * constructor
                 */
-               function ipc_manager()
+               function __construct()
                {
                        $this->_ipcObjectList = array();
                        $this->xmlrpc_methods = array();
@@ -197,5 +197,4 @@
                        return $appName.'.ipc_'.$appName;
                }
 
-       }
-?>
\ No newline at end of file
+       }
\ No newline at end of file

Modified: trunk/ipc_test_suite/sources/api/class.vcard.inc.php
===================================================================
--- trunk/ipc_test_suite/sources/api/class.vcard.inc.php        2015-09-15 
10:48:15 UTC (rev 13908)
+++ trunk/ipc_test_suite/sources/api/class.vcard.inc.php        2015-09-15 
10:53:28 UTC (rev 13909)
@@ -113,7 +113,7 @@
 
                var $vCard_Version;
                
-               function vcard()
+               function __construct()
                {
                        $this->vCard_Version = '2.1';   
                        /* _debug_array($this); */
@@ -1151,4 +1151,3 @@
                }
                                
        } //end class
-?>




reply via email to

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