source: trunk/contactcenter/inc/class.bo_global_sql_catalog.inc.php @ 2

Revision 2, 1.7 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2  /***************************************************************************\
3  * eGroupWare - Contacts Center                                              *
4  * http://www.egroupware.org                                                 *
5  * Written by:                                                               *
6  *  - Raphael Derosso Pereira <raphaelpereira@users.sourceforge.net>         *
7  * ------------------------------------------------------------------------- *
8  *  This program is free software; you can redistribute it and/or modify it  *
9  *  under the terms of the GNU General Public License as published by the    *
10  *  Free Software Foundation; either version 2 of the License, or (at your   *
11  *  option) any later version.                                               *
12  \***************************************************************************/
13
14        /*
15                This class is responsible for manipulating the global SQL Contact Manager
16        */
17
18        class bo_global_sql_manager
19        {
20                // Attributes
21                // Associations
22           /**
23                *    XXX
24                *    @accociation bo_ldap_manager to ldap_manager
25                *    @access private
26                */
27                #var $ldap_manager;
28       
29                // Operations
30           /**
31                *    XXX
32                *   
33                *    @access public
34                */
35                function global_contact_manager (  ){
36                }
37       
38           /**
39                *    XXX
40                *   
41                *    @access public
42                *    @returns array
43                *    @param string $root XXX
44                */
45                function get_global_tree ( $root ){
46                }
47       
48           /**
49                *    XXX
50                *   
51                *    @access public
52                *    @returns string
53                */
54                function get_actual_brach (  ){
55                }
56       
57           /**
58                *    XXX
59                *   
60                *    @access public
61                *    @returns bool
62                *    @param string $branch XXX
63                */
64                function set_actual_branch ( $branch ){
65                }
66       
67        }
68?>
Note: See TracBrowser for help on using the repository browser.