]> git.llucax.com Git - mecon/intranet.git/blob - lib/seccion.php
Cambios en los nombres de los estilos de servicios, para evitar colisiones.
[mecon/intranet.git] / lib / seccion.php
1 <?php
2 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
3 // +--------------------------------------------------------------------+
4 // |                      Ministerio de Economía                        |
5 // |                             Intranet                              |
6 // +--------------------------------------------------------------------+
7 // | This file is part of Intranet.                                    |
8 // |                                                                    |
9 // | Intranet is free software; you can redistribute it and/or modify  |
10 // | it under the terms of the GNU General Public License as published  |
11 // | by the Free Software Foundation; either version 2 of the License,  |
12 // | or (at your option) any later version.                             |
13 // |                                                                    |
14 // | Intranet is distributed in the hope that it will be useful, but   |
15 // | WITHOUT ANY WARRANTY; without even the implied warranty of         |
16 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
17 // | General Public License for more details.                           |
18 // |                                                                    |
19 // | You should have received a copy of the GNU General Public License  |
20 // | along with Hooks; if not, write to the Free Software Foundation,   |
21 // | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
22 // +--------------------------------------------------------------------+
23 // | Creado: Thu Jul 3 14:49:15 2003                                   |
24 // | Autor:  Gonzalo Merayo <gmeray@mecon.gov.ar>                                                    |
25 // +--------------------------------------------------------------------+
26 //
27 // $Id: xmi2code.tpl.php 1 2003-06-23 18:29:20Z gmeray $
28 //
29
30
31
32
33 // +X2C Class 170 :seccion
34 /**
35  * @access public
36  */
37 class seccion {
38     // ~X2C
39
40     // +X2C Operation 171
41     /**
42      * obtiene los objetos seccion de los codigos de seccion pasados, o todos.
43      *
44      * @param  array[int] $secciones codigos de las secciones
45      *
46      * @return void
47      * @access public
48      * @static
49      */
50     function ObtenerSecciones($secciones) // ~X2C
51     {
52         trigger_error('Not implemented!', E_USER_WARNING);
53     }
54     // -X2C
55
56     // +X2C Operation 177
57     /**
58      * @param  int $seccion seccion
59      *
60      * @return void
61      * @access public
62      */
63     function seccion($seccion) // ~X2C
64     {
65         trigger_error('Not implemented!', E_USER_WARNING);
66     }
67     // -X2C
68
69     // +X2C Operation 178
70     /**
71      * @return string
72      * @access public
73      */
74     function getNombre() // ~X2C
75     {
76         trigger_error('Not implemented!', E_USER_WARNING);
77     }
78     // -X2C
79
80     // +X2C Operation 179
81     /**
82      * @return void
83      * @access public
84      */
85     function getNoticias() // ~X2C
86     {
87         trigger_error('Not implemented!', E_USER_WARNING);
88     }
89     // -X2C
90
91 } // -X2C Class :seccion
92 ?>