phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.socatalog_contact_comm_descr.in


From: powerstat
Subject: [Phpgroupware-cvs] addressbook/inc class.socatalog_contact_comm_descr.inc.php, 1.3 class.soaddressbook.inc.php, 1.18 class.remote.inc.php, 1.2 class.socatalog_contact_comm_type.inc.php, 1.3 class.socatalog_contact_addr_type.inc.php, 1.3 class.socatalog_contact_note_type.inc.php, 1.3
Date: Tue, 10 May 2005 16:14:00 +0200

Update of addressbook/inc

Modified Files:
     Branch: MAIN
            class.socatalog_contact_comm_descr.inc.php lines: +15 -0
            class.soaddressbook.inc.php lines: +17 -20
            class.remote.inc.php lines: +16 -13
            class.socatalog_contact_comm_type.inc.php lines: +15 -0
            class.socatalog_contact_addr_type.inc.php lines: +15 -0
            class.socatalog_contact_note_type.inc.php lines: +15 -0

Log Message:
Added phpdocs

====================================================
Index: addressbook/inc/class.socatalog_contact_comm_descr.inc.php
diff -u addressbook/inc/class.socatalog_contact_comm_descr.inc.php:1.2 
addressbook/inc/class.socatalog_contact_comm_descr.inc.php:1.3
--- addressbook/inc/class.socatalog_contact_comm_descr.inc.php:1.2      Fri Dec 
31 04:55:22 2004
+++ addressbook/inc/class.socatalog_contact_comm_descr.inc.php  Tue May 10 
14:14:18 2005
@@ -1,4 +1,19 @@
 <?php
+       /**
+       * Addressbook - storage class
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */
+
+
+       /**
+       * storage class
+       *
+       * @package addressbook
+       */
        class socatalog_contact_comm_descr
        {
                function socatalog_contact_comm_descr()

====================================================
Index: addressbook/inc/class.soaddressbook.inc.php
diff -u addressbook/inc/class.soaddressbook.inc.php:1.17 
addressbook/inc/class.soaddressbook.inc.php:1.18
--- addressbook/inc/class.soaddressbook.inc.php:1.17    Fri Dec 31 04:55:22 2004
+++ addressbook/inc/class.soaddressbook.inc.php Tue May 10 14:14:18 2005
@@ -1,24 +1,21 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - soaddressbook                                             *
-  * http://www.phpgroupware.org                                              *
-  * This program is part of the GNU project, see http://www.gnu.org/         *
-  *                                                                          *
-  * Copyright 2003 Free Software Foundation, Inc.                            *
-  *                                                                          *
-  * Originally Written by Jonathan Alberto Rivera Gomez - jarg at co.com.mx  *
-  * Current Maintained by Jonathan Alberto Rivera Gomez - jarg at co.com.mx  *
-  * --------------------------------------------                             *
-  * Development of this application was funded by http://www.sogrp.com       *
-  * --------------------------------------------                             *
-  *  This program 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.                                              *
-  \**************************************************************************/
-
-/* $Id$ */
-
+       /**
+       * Addressbook - storage object
+       *
+       * @author Jonathan Alberto Rivera Gomez <address@hidden>
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       * @internal Development of this application was funded by 
http://www.sogrp.com
+       */
+
+
+       /**
+       * storage object
+       *
+       * @package storage object
+       */
        class soaddressbook
        {
                function soaddressbook($useacl=True)

====================================================
Index: addressbook/inc/class.remote.inc.php
diff -u addressbook/inc/class.remote.inc.php:1.1 
addressbook/inc/class.remote.inc.php:1.2
--- addressbook/inc/class.remote.inc.php:1.1    Thu Mar 14 14:06:04 2002
+++ addressbook/inc/class.remote.inc.php        Tue May 10 14:14:18 2005
@@ -1,17 +1,20 @@
 <?php
-  /**************************************************************************\
-  * phpGroupWare - addressbook                                               *
-  * http://www.phpgroupware.org                                              *
-  * Written by Joseph Engo <address@hidden>                                  *
-  * --------------------------------------------                             *
-  *  This program 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.                                              *
-  \**************************************************************************/
-
-  /* $Id$ */
-
+       /**
+       * Addressbook - remote
+       *
+       * @author Joseph Engo <address@hidden>
+       * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */
+
+
+       /**
+       * remote
+       *
+       * @package addressbook
+       */
        class remote
        {
                var $servers = array(

====================================================
Index: addressbook/inc/class.socatalog_contact_comm_type.inc.php
diff -u addressbook/inc/class.socatalog_contact_comm_type.inc.php:1.2 
addressbook/inc/class.socatalog_contact_comm_type.inc.php:1.3
--- addressbook/inc/class.socatalog_contact_comm_type.inc.php:1.2       Fri Dec 
31 04:55:22 2004
+++ addressbook/inc/class.socatalog_contact_comm_type.inc.php   Tue May 10 
14:14:18 2005
@@ -1,4 +1,19 @@
 <?php
+       /**
+       * Addressbook - storage class
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */
+
+
+       /**
+       * storage class
+       *
+       * @package addressbook
+       */
        class socatalog_contact_comm_type
        {
                function socatalog_contact_comm_type()

====================================================
Index: addressbook/inc/class.socatalog_contact_addr_type.inc.php
diff -u addressbook/inc/class.socatalog_contact_addr_type.inc.php:1.2 
addressbook/inc/class.socatalog_contact_addr_type.inc.php:1.3
--- addressbook/inc/class.socatalog_contact_addr_type.inc.php:1.2       Fri Dec 
31 04:55:22 2004
+++ addressbook/inc/class.socatalog_contact_addr_type.inc.php   Tue May 10 
14:14:18 2005
@@ -1,4 +1,19 @@
 <?php
+       /**
+       * Addressbook - storage class
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */
+
+
+       /**
+       * storage class
+       *
+       * @package addressbook
+       */
        class socatalog_contact_addr_type
        {
                function socatalog_contact_addr_type()

====================================================
Index: addressbook/inc/class.socatalog_contact_note_type.inc.php
diff -u addressbook/inc/class.socatalog_contact_note_type.inc.php:1.2 
addressbook/inc/class.socatalog_contact_note_type.inc.php:1.3
--- addressbook/inc/class.socatalog_contact_note_type.inc.php:1.2       Fri Dec 
31 04:55:22 2004
+++ addressbook/inc/class.socatalog_contact_note_type.inc.php   Tue May 10 
14:14:18 2005
@@ -1,4 +1,19 @@
 <?php
+       /**
+       * Addressbook - storage class
+       *
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package addressbook
+       * @version $Id$
+       */
+
+
+       /**
+       * storage class
+       *
+       * @package addressbook
+       */
        class socatalog_contact_note_type
        {
                function socatalog_contact_note_type()






reply via email to

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