]> git.llucax.com Git - mecon/meconlib.git/commitdiff
- Modificaciones hechas con el xmi2code.
authorMartín Marrese <marrese@gmail.com>
Mon, 14 Apr 2003 21:44:37 +0000 (21:44 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 14 Apr 2003 21:44:37 +0000 (21:44 +0000)
14 files changed:
marco/doc/Doxyfile [new file with mode: 0644]
marco/doc/uml/Marco.xmi [new file with mode: 0644]
marco/doc/xmi2code.config [new file with mode: 0644]
marco/php/marco/Copete.php
marco/php/marco/Estilo.php
marco/php/marco/Imagen.php
marco/php/marco/ImagenAnimada.php
marco/php/marco/Marco.php
marco/php/marco/Menu.php
marco/php/marco/Pagina.php
marco/php/marco/Pie.php
marco/php/marco/Script.php
marco/php/marco/Seccion.php
marco/php/marco/Titulo.php

diff --git a/marco/doc/Doxyfile b/marco/doc/Doxyfile
new file mode 100644 (file)
index 0000000..e10e51e
--- /dev/null
@@ -0,0 +1,201 @@
+# Doxyfile 1.3-rc3
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME           = "MECONLIB - Marco"
+PROJECT_NUMBER         = $Rev$
+OUTPUT_DIRECTORY       = /home/mmarrese/public_html/uml/aspidoc/marco/
+OUTPUT_LANGUAGE        = Spanish
+EXTRACT_ALL            = YES
+EXTRACT_PRIVATE        = YES
+EXTRACT_STATIC         = YES
+EXTRACT_LOCAL_CLASSES  = YES
+HIDE_UNDOC_MEMBERS     = NO
+HIDE_UNDOC_CLASSES     = NO
+HIDE_FRIEND_COMPOUNDS  = NO
+HIDE_IN_BODY_DOCS      = NO
+BRIEF_MEMBER_DESC      = YES
+REPEAT_BRIEF           = YES
+ALWAYS_DETAILED_SEC    = NO
+INLINE_INHERITED_MEMB  = NO
+FULL_PATH_NAMES        = NO
+STRIP_FROM_PATH        = 
+INTERNAL_DOCS          = YES
+CASE_SENSE_NAMES       = YES
+SHORT_NAMES            = NO
+HIDE_SCOPE_NAMES       = NO
+VERBATIM_HEADERS       = YES
+SHOW_INCLUDE_FILES     = YES
+JAVADOC_AUTOBRIEF      = YES
+MULTILINE_CPP_IS_BRIEF = NO
+DETAILS_AT_TOP         = YES
+INHERIT_DOCS           = YES
+INLINE_INFO            = YES
+SORT_MEMBER_DOCS       = YES
+DISTRIBUTE_GROUP_DOC   = NO
+TAB_SIZE               = 4
+GENERATE_TODOLIST      = YES
+GENERATE_TESTLIST      = YES
+GENERATE_BUGLIST       = YES
+GENERATE_DEPRECATEDLIST= YES
+ALIASES                = 
+ENABLED_SECTIONS       = 
+MAX_INITIALIZER_LINES  = 30
+OPTIMIZE_OUTPUT_FOR_C  = NO
+OPTIMIZE_OUTPUT_JAVA   = NO
+SHOW_USED_FILES        = YES
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET                  = YES
+WARNINGS               = NO
+WARN_IF_UNDOCUMENTED   = NO
+WARN_IF_DOC_ERROR      = NO
+WARN_FORMAT            = "$file:$line: $text"
+WARN_LOGFILE           = doxygen.warnings
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT                  = /home/mmarrese/public_html/marco/php/marco
+FILE_PATTERNS          = *.php
+RECURSIVE              = YES
+EXCLUDE                = 
+EXCLUDE_SYMLINKS       = NO
+EXCLUDE_PATTERNS       = 
+EXAMPLE_PATH           = 
+EXAMPLE_PATTERNS       = 
+EXAMPLE_RECURSIVE      = NO
+IMAGE_PATH             = 
+INPUT_FILTER           = 
+FILTER_SOURCE_FILES    = NO
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER         = YES
+INLINE_SOURCES         = NO
+STRIP_CODE_COMMENTS    = YES
+REFERENCED_BY_RELATION = YES
+REFERENCES_RELATION    = YES
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX     = YES
+COLS_IN_ALPHA_INDEX    = 5
+IGNORE_PREFIX          = 
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML          = YES
+HTML_OUTPUT            = html
+HTML_FILE_EXTENSION    = .html
+HTML_HEADER            = 
+HTML_FOOTER            = 
+HTML_STYLESHEET        = 
+HTML_ALIGN_MEMBERS     = YES
+GENERATE_HTMLHELP      = NO
+CHM_FILE               = 
+HHC_LOCATION           = 
+GENERATE_CHI           = NO
+BINARY_TOC             = NO
+TOC_EXPAND             = NO
+DISABLE_INDEX          = NO
+ENUM_VALUES_PER_LINE   = 4
+GENERATE_TREEVIEW      = YES
+TREEVIEW_WIDTH         = 200
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX         = YES
+LATEX_OUTPUT           = latex
+LATEX_CMD_NAME         = latex
+MAKEINDEX_CMD_NAME     = makeindex
+COMPACT_LATEX          = NO
+PAPER_TYPE             = a4wide
+EXTRA_PACKAGES         = 
+LATEX_HEADER           = 
+PDF_HYPERLINKS         = YES
+USE_PDFLATEX           = NO
+LATEX_BATCHMODE        = NO
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF           = YES
+RTF_OUTPUT             = rtf
+COMPACT_RTF            = NO
+RTF_HYPERLINKS         = YES
+RTF_STYLESHEET_FILE    = 
+RTF_EXTENSIONS_FILE    = 
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN           = NO
+MAN_OUTPUT             = man
+MAN_EXTENSION          = .3
+MAN_LINKS              = NO
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML           = NO
+XML_SCHEMA             = 
+XML_DTD                = 
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF   = NO
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD       = NO
+PERLMOD_LATEX          = NO
+PERLMOD_PRETTY         = YES
+PERLMOD_MAKEVAR_PREFIX = 
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING   = YES
+MACRO_EXPANSION        = NO
+EXPAND_ONLY_PREDEF     = NO
+SEARCH_INCLUDES        = YES
+INCLUDE_PATH           = 
+INCLUDE_FILE_PATTERNS  = 
+PREDEFINED             = 
+EXPAND_AS_DEFINED      = 
+SKIP_FUNCTION_MACROS   = YES
+#---------------------------------------------------------------------------
+# Configuration::addtions related to external references   
+#---------------------------------------------------------------------------
+TAGFILES               = 
+GENERATE_TAGFILE       = 
+ALLEXTERNALS           = NO
+EXTERNAL_GROUPS        = YES
+PERL_PATH              = /usr/bin/perl
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool   
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS         = YES
+HIDE_UNDOC_RELATIONS   = YES
+HAVE_DOT               = YES
+CLASS_GRAPH            = YES
+COLLABORATION_GRAPH    = NO
+TEMPLATE_RELATIONS     = NO
+INCLUDE_GRAPH          = YES
+INCLUDED_BY_GRAPH      = YES
+GRAPHICAL_HIERARCHY    = YES
+DOT_IMAGE_FORMAT       = png
+DOT_PATH               = 
+DOTFILE_DIRS           = 
+MAX_DOT_GRAPH_WIDTH    = 1024
+MAX_DOT_GRAPH_HEIGHT   = 1024
+GENERATE_LEGEND        = YES
+DOT_CLEANUP            = YES
+#---------------------------------------------------------------------------
+# Configuration::addtions related to the search engine   
+#---------------------------------------------------------------------------
+SEARCHENGINE           = NO
+CGI_NAME               = search.cgi
+CGI_URL                = 
+DOC_URL                = 
+DOC_ABSPATH            = 
+BIN_ABSPATH            = /usr/local/bin/
+EXT_DOC_PATHS          = 
diff --git a/marco/doc/uml/Marco.xmi b/marco/doc/uml/Marco.xmi
new file mode 100644 (file)
index 0000000..877baeb
--- /dev/null
@@ -0,0 +1,304 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
+ <XMI.header>
+  <XMI.documentation>
+   <XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
+   <XMI.exporterVersion>1.1</XMI.exporterVersion>
+  </XMI.documentation>
+  <XMI.model xmi.name="Marco" href="/home/mmarrese/public_html/marco/doc/uml/Marco.xmi" />
+  <XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
+ </XMI.header>
+ <XMI.content>
+  <docsettings viewid="4" documentation="" uniqueid="78" />
+  <umlobjects>
+   <UML:Class stereotype="" package="" xmi.id="3" abstract="0" documentation="Clase que se encarga del manejo del marco en general en los sistemas de intranet.
+Trabaja de forma general, llamando a los demas objetos para la realizacion del marco." name="Marco" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="26" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del directorio en donde se encuentra el sistema." name="Marco" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="27" type="string" abstract="0" documentation="Funcion que devuelve un string en html para ser agregado en el prepend.php del sistema." name="toHtmlPrepend" static="0" scope="200" />
+    <UML:Operation stereotype="" package="" xmi.id="29" type="string" abstract="0" documentation="Funcion que devuelve un string html para ser agregado al append.php del sistema." name="toHtmlAppend" static="0" scope="200" />
+    <UML:Operation stereotype="" package="" xmi.id="30" type="void" abstract="0" documentation="Funcion que permite agregar archivos de script al sistema, ademas del generico." name="agregarScript" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="31" type="void" abstract="0" documentation="Funcion que permite agregar archivos de estilo al sistema, ademas del generico." name="agregarEstilo" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a incluir." name="archivo" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="32" type="array" abstract="0" documentation="Funcion que se encarga de la obtencion y generacion del array de configuracion. Recibe como parametro el directorio en donde se encuentra el sistema." name="obtenerConfiguracion" static="0" scope="201" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Attribute stereotype="" package="" xmi.id="7" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="8" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="20" value="" type="Titulo" abstract="0" documentation="Referencia al objeto Titulo." name="titulo" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="21" value="" type="Copete" abstract="0" documentation="Referencia al objeto Copete." name="copete" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="22" value="" type="Script" abstract="0" documentation="Referencia al objeto Script" name="script" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="23" value="" type="Estilo" abstract="0" documentation="Referencia al objeto Estilo." name="estilo" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="24" value="" type="Menu" abstract="0" documentation="Referencia al objeto Menu." name="menu" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="25" value="" type="Pie" abstract="0" documentation="Referencia al objeto Pie." name="pie" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="9" abstract="0" documentation="Clase para el manejo de los copetes de los sistemas integrantes de intranet. Recibe el directorio porque debe obtener la imagen del directorio especificado." name="Copete" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="34" type="void" abstract="0" documentation="Constructor. Recibe el nombre del directorio en donde se encuentra instalado el sistema. El directorio es case sensitive." name="Copete" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema." name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="35" type="string" abstract="0" documentation="Funcion que devuelve el string html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="33" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="directorio" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="10" abstract="0" documentation="Clase para el manejo de los pie de pagina de los sistemas de la intranet" name="Pie" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="38" type="void" abstract="0" documentation="Constructor. Recibe como parametro el array con los datos de configuracion del sistema." name="Pie" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="39" type="string" abstract="0" documentation="Funcion que devuelve el string html para imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="36" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="11" abstract="0" documentation="Clase para el manejo de los scripts del sistema. En primera instancia agrega el archivo de script generico que permite el manejo de secciones, etc. Ademas se pueden agregar archivos de script propios del sistema." name="Script" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="42" type="void" abstract="0" documentation="Constructor. Recibe como parametro el directorio en donde se encuentra el sistema. Es case sensitive." name="Script" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se ecuentra el sistema." name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="43" type="string" abstract="0" documentation="Funcion que devuelve un string html con la informacion a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Operation stereotype="" package="" xmi.id="45" type="void" abstract="0" documentation="Funcion que permite agregar un archivo de script nuevo." name="agregarArchivo" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo a agregar." name="archivo" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Attribute stereotype="" package="" xmi.id="40" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="directorio" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="41" value="" type="array(string)" abstract="0" documentation="Array con los nombre de los archivos de script que se fueron agregando." name="archivos" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="12" abstract="0" documentation="Clase para el manejo de los archivos de estilo correspondientes al sistema.                     " name="Estilo" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="48" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del directorio en donde se encuentra el sistema. Es case sensitive." name="Estilo" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema" name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="49" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Operation stereotype="" package="" xmi.id="50" type="void" abstract="0" documentation="Funcion que permite agregar archivos de estilos propios del sistema, ademas del archivo de estilo generico." name="agregarArchivo" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo de estilo a agregar" name="archivo" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Attribute stereotype="" package="" xmi.id="46" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema" name="directorio" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="47" value="" type="array(string)" abstract="0" documentation="Array con los nombre de los archivos de estilo que se fueron agregando" name="archivos" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="13" abstract="0" documentation="Clase para el manejo del titulo de los sistemas." name="Titulo" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="52" type="void" abstract="0" documentation="Constructor. Recibe como parametro el array de configuracion del sistema." name="Titulo" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="array" abstract="0" documentation="     " name="configuracion" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="53" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="51" value="" type="array" abstract="0" documentation="Array con los datos de configuracion del sistema." name="configuracion" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="14" abstract="0" documentation="Clase para el manejo de los menues y secciones de los sistemas." name="Menu" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="56" type="void" abstract="0" documentation="Constructor. Recibe como parametro el directorio en donde se encuentra el sistema." name="Menu" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema.                                                     " name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="57" type="void" abstract="0" documentation="Funcion que se encarga de generar el archivo que despues sera utilizado con la funcion EVAL." name="generarArchivo" static="0" scope="201" />
+    <UML:Operation stereotype="" package="" xmi.id="58" type="string" abstract="0" documentation="Funcion que se encarga de obtener el archivo con los datos del objeto para ser utilizado con la funcion EVAL." name="obtenerArchivo" static="0" scope="201" />
+    <UML:Operation stereotype="" package="" xmi.id="59" type="string" abstract="0" documentation="Funcion que devuelve un string en html con lo que hay que imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Operation stereotype="" package="" xmi.id="76" type="array" abstract="0" documentation="Funcion que se encarga de obtener y generar el array de configuracion de secciones." name="obtenerConfSecciones" static="0" scope="201" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema.     " name="directorio" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Attribute stereotype="" package="" xmi.id="54" value="" type="array(seccion)" abstract="0" documentation="Array de secciones. Contiene la informacion de las secciones del sistema." name="secciones" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="55" value="" type="string" abstract="0" documentation="Nombre del directorio en donde se encuentra el sistema;." name="directorio" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="15" abstract="0" documentation="Clase para el manejo de las paginas. " name="Pagina" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="66" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo pagina." name="Pagina" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="pagina" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="67" type="string" abstract="0" documentation="Funcion que devuelve un string con el link de a la pagina." name="link" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="65" value="" type="string" abstract="0" documentation="Nombre del archivo pagina." name="link" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="16" abstract="0" documentation="Clase seccion para el manejo de las secciones" name="Seccion" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="63" type="string" abstract="0" documentation="Constructor. Recibe como parametro el nombre de la seccion" name="Seccion" static="1" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre de la seccion." name="seccion" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="64" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir por pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="60" value="" type="string" abstract="0" documentation="Nombre de la seccion." name="nombre" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="61" value="" type="ImagenAnimada" abstract="0" documentation="Este es el nombre de la imagen" name="imagen" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="62" value="" type="Menu" abstract="0" documentation="Hijos (menu) de la seccion." name="hijos" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="17" abstract="0" documentation="Clase para el manejo de la animacion de las imagenes. Utilizada principalmente en la barra de secciones" name="ImagenAnimada" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="70" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo que contiene la imagen." name="ImagenAnimada" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen.  " name="imagen" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="71" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="68" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgMouseOn" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="69" value="" type="string" abstract="0" documentation="Nombre del archivo imagen." name="imgSeleccion" static="0" scope="201" />
+   </UML:Class>
+   <UML:Class stereotype="" package="" xmi.id="18" abstract="0" documentation="Clase para el manejo de las imagenes" name="Imagen" static="0" scope="200" >
+    <UML:Operation stereotype="" package="" xmi.id="73" type="void" abstract="0" documentation="Constructor. Recibe como parametro el nombre del archivo imagen." name="Imagen" static="0" scope="200" >
+     <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imagen" static="0" scope="200" />
+     <UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="Valor HTML ALT que se le quiere asignar a la imagen." name="alt" static="0" scope="200" />
+    </UML:Operation>
+    <UML:Operation stereotype="" package="" xmi.id="74" type="string" abstract="0" documentation="Funcion que devuelve un string con el html a imprimir en pantalla." name="toHtml" static="0" scope="200" />
+    <UML:Attribute stereotype="" package="" xmi.id="72" value="" type="string" abstract="0" documentation="Nombre del archivo imagen" name="imgComun" static="0" scope="201" />
+    <UML:Attribute stereotype="" package="" xmi.id="78" value="" type="string" abstract="0" documentation="" name="alt" static="0" scope="200" />
+   </UML:Class>
+  </umlobjects>
+  <diagrams>
+   <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" showgrid="0" showopsig="1" usefillcolor="1" snapx="6" snapy="6" showatts="1" xmi.id="4" documentation="" type="402" showops="1" showpackage="0" name="Marco" localid="30000" showstereotype="0" showscope="1" font="helvetica,9,-1,0,50,0,0,0,0,0" linecolor="#ff0000" >
+    <widgets>
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="300" showattsigs="601" usesdiagramusefillcolour="0" x="84" linecolour="#ff0000" y="160" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="240" usefillcolor="1" showattributes="1" xmi.id="3" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="215" showattsigs="601" usesdiagramusefillcolour="0" x="3" linecolour="#ff0000" y="19" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="9" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="209" showattsigs="601" usesdiagramusefillcolour="0" x="239" linecolour="#ff0000" y="17" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="10" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="247" showattsigs="601" usesdiagramusefillcolour="0" x="501" linecolour="#ff0000" y="44" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="11" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="247" showattsigs="601" usesdiagramusefillcolour="0" x="521" linecolour="#ff0000" y="195" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="12" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="269" showattsigs="601" usesdiagramusefillcolour="0" x="462" linecolour="#ff0000" y="899" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="80" usefillcolor="1" showattributes="1" xmi.id="18" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="250" showattsigs="601" usesdiagramusefillcolour="0" x="438" linecolour="#ff0000" y="687" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="80" usefillcolor="1" showattributes="1" xmi.id="17" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="308" showattsigs="601" usesdiagramusefillcolour="0" x="134" linecolour="#ff0000" y="472" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="128" usefillcolor="1" showattributes="1" xmi.id="14" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="191" showattsigs="601" usesdiagramusefillcolour="0" x="142" linecolour="#ff0000" y="885" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="15" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="219" showattsigs="601" usesdiagramusefillcolour="0" x="169" linecolour="#ff0000" y="667" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="96" usefillcolor="1" showattributes="1" xmi.id="16" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+     <UML:ConceptWidget usesdiagramfillcolour="0" width="223" showattsigs="601" usesdiagramusefillcolour="0" x="494" linecolour="#ff0000" y="416" showopsigs="601" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="64" usefillcolor="1" showattributes="1" xmi.id="13" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="helvetica,9,-1,0,50,0,0,0,0,0" />
+    </widgets>
+    <messages/>
+    <associations>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="1" widgetbid="3" widgetaid="9" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="110" starty="83" />
+       <endpoint endx="159" endy="160" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="2" widgetbid="3" widgetaid="10" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="343" starty="81" />
+       <endpoint endx="234" endy="160" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="4" indexb="3" widgetbid="3" widgetaid="11" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="501" starty="92" />
+       <endpoint endx="309" endy="160" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" widgetbid="3" widgetaid="12" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="521" starty="243" />
+       <endpoint endx="384" endy="240" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" widgetbid="3" widgetaid="13" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="605" starty="416" />
+       <endpoint endx="384" endy="320" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="3" widgetaid="14" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="288" starty="472" />
+       <endpoint endx="234" endy="400" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="3" indexa="1" totalcountb="3" indexb="1" widgetbid="16" widgetaid="14" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="236" starty="600" />
+       <endpoint endx="242" endy="667" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="3" indexa="2" totalcountb="3" indexb="2" widgetbid="14" widgetaid="16" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="315" starty="667" />
+       <endpoint endx="339" endy="600" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="15" widgetaid="16" documentation="" type="500" >
+      <linepath>
+       <startpoint startx="278" starty="763" />
+       <endpoint endx="237" endy="885" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="16" widgetaid="17" documentation="" type="501" >
+      <linepath>
+       <startpoint startx="438" starty="727" />
+       <endpoint endx="388" endy="715" />
+      </linepath>
+     </UML:AssocWidget>
+     <UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="18" widgetaid="17" documentation="" type="500" >
+      <linepath>
+       <startpoint startx="563" starty="767" />
+       <endpoint endx="596" endy="899" />
+      </linepath>
+     </UML:AssocWidget>
+    </associations>
+   </diagram>
+  </diagrams>
+  <listview>
+   <listitem open="1" type="800" id="-1" label="Views" >
+    <listitem open="1" type="801" id="-1" label="Logical View" >
+     <listitem open="1" type="803" id="-1" label="Marco" >
+      <listitem open="0" type="813" id="9" label="Copete" >
+       <listitem open="0" type="815" id="34" label="Copete" />
+       <listitem open="0" type="814" id="33" label="directorio" />
+       <listitem open="0" type="815" id="35" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="12" label="Estilo" >
+       <listitem open="0" type="815" id="50" label="agregarArchivo" />
+       <listitem open="0" type="814" id="47" label="archivos" />
+       <listitem open="0" type="814" id="46" label="directorio" />
+       <listitem open="0" type="815" id="48" label="Estilo" />
+       <listitem open="0" type="815" id="49" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="18" label="Imagen" >
+       <listitem open="0" type="814" id="78" label="alt" />
+       <listitem open="0" type="815" id="73" label="Imagen" />
+       <listitem open="0" type="814" id="72" label="imgComun" />
+       <listitem open="0" type="815" id="74" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="17" label="ImagenAnimada" >
+       <listitem open="0" type="815" id="70" label="ImagenAnimada" />
+       <listitem open="0" type="814" id="68" label="imgMouseOn" />
+       <listitem open="0" type="814" id="69" label="imgSeleccion" />
+       <listitem open="0" type="815" id="71" label="toHtml" />
+      </listitem>
+      <listitem open="1" type="807" id="4" label="Marco" />
+      <listitem open="0" type="813" id="3" label="Marco" >
+       <listitem open="0" type="815" id="31" label="agregarEstilo" />
+       <listitem open="0" type="815" id="30" label="agregarScript" />
+       <listitem open="0" type="814" id="8" label="configuracion" />
+       <listitem open="0" type="814" id="21" label="copete" />
+       <listitem open="0" type="814" id="7" label="directorio" />
+       <listitem open="0" type="814" id="23" label="estilo" />
+       <listitem open="0" type="815" id="26" label="Marco" />
+       <listitem open="0" type="814" id="24" label="menu" />
+       <listitem open="0" type="815" id="32" label="obtenerConfiguracion" />
+       <listitem open="0" type="814" id="25" label="pie" />
+       <listitem open="0" type="814" id="22" label="script" />
+       <listitem open="0" type="814" id="20" label="titulo" />
+       <listitem open="0" type="815" id="29" label="toHtmlAppend" />
+       <listitem open="0" type="815" id="27" label="toHtmlPrepend" />
+      </listitem>
+      <listitem open="0" type="813" id="14" label="Menu" >
+       <listitem open="0" type="814" id="55" label="directorio" />
+       <listitem open="0" type="815" id="57" label="generarArchivo" />
+       <listitem open="0" type="815" id="56" label="Menu" />
+       <listitem open="0" type="815" id="58" label="obtenerArchivo" />
+       <listitem open="0" type="815" id="76" label="obtenerConfSecciones" />
+       <listitem open="0" type="814" id="54" label="secciones" />
+       <listitem open="0" type="815" id="59" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="15" label="Pagina" >
+       <listitem open="0" type="815" id="67" label="link" />
+       <listitem open="0" type="814" id="65" label="link" />
+       <listitem open="0" type="815" id="66" label="Pagina" />
+      </listitem>
+      <listitem open="0" type="813" id="10" label="Pie" >
+       <listitem open="0" type="814" id="36" label="configuracion" />
+       <listitem open="0" type="815" id="38" label="Pie" />
+       <listitem open="0" type="815" id="39" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="11" label="Script" >
+       <listitem open="0" type="815" id="45" label="agregarArchivo" />
+       <listitem open="0" type="814" id="41" label="archivos" />
+       <listitem open="0" type="814" id="40" label="directorio" />
+       <listitem open="0" type="815" id="42" label="Script" />
+       <listitem open="0" type="815" id="43" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="16" label="Seccion" >
+       <listitem open="0" type="814" id="62" label="hijos" />
+       <listitem open="0" type="814" id="61" label="imagen" />
+       <listitem open="0" type="814" id="60" label="nombre" />
+       <listitem open="0" type="815" id="63" label="Seccion" />
+       <listitem open="0" type="815" id="64" label="toHtml" />
+      </listitem>
+      <listitem open="0" type="813" id="13" label="Titulo" >
+       <listitem open="0" type="814" id="51" label="configuracion" />
+       <listitem open="0" type="815" id="52" label="Titulo" />
+       <listitem open="0" type="815" id="53" label="toHtml" />
+      </listitem>
+     </listitem>
+    </listitem>
+    <listitem open="1" type="802" id="-1" label="Use Case View" />
+   </listitem>
+  </listview>
+ </XMI.content>
+</XMI>
diff --git a/marco/doc/xmi2code.config b/marco/doc/xmi2code.config
new file mode 100644 (file)
index 0000000..3436e51
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi2code>
+
+  <option key="target" value=""/>
+  <option key="xmi-input" value="xmi2code.xmi"/>
+  <option key="config-file" value="xmi2code.config"/>
+  <option key="config-file-set" value="false"/>
+  <option key="handler" value="umbrello"/>
+  <option key="template-path" value="/home/mmarrese/public_html/uml/templates"/>
+  <option key="generator-path" value="."/>
+  <option key="use-package-as-dir" value="true"/>
+
+  <!-- user defined variables (for templates)  -->
+  <option key="project" value="Marco"/>
+  <option key="author" value="Martin Marrese"/>
+  <option key="email" value="mmarre@mecon.gov.ar"/>
+  <option key="system-base-include" value="#include &quot;x2cbase.h&quot;"/>
+
+  <!-- generator pro -->
+  <option key="pro.file" value="x2c.pro"/>
+  
+  <!-- just set a default generator -->
+  <option key="generator" value="phppear"/>
+
+  <!-- generator phppear -->
+  <if test="generator=phppear">
+    <option key="filename-case" value=""/>
+    <option key="author" value="Martin Marrese"/>
+    <option key="email" value="mmarre@mecon.gov.ar"/>
+    <option key="php.template" value="phppear"/>
+    <option key="php.default-code" value="trigger_error('Not implemented!', E_USER_WARNING);"/>
+    <option key="generator-path" value="/home/mmarrese/public_html/marco/php/marco"/>
+    <option key="system-base-include" value="#require_once 'PEAR.php';"/>
+  </if>
+
+</xmi2code>
index 303270deee1e1a66c016ed506079d946ce151c36..db8ee91f531c55364703766af2a154ee11d66f20 100644 (file)
@@ -25,7 +25,6 @@
 // $Rev$
 //
 
-#require_once 'PEAR.php';
 require_once 'PEAR.php';
 require_once 'include/lib/HTML/Tabla.php';
 
@@ -40,7 +39,7 @@ class Copete {
     /**
      * Nombre del directorio en donde se encuentra el sistema. Es case sensitive.
      *
-     * @var    string $_directorio
+     * @var    string $directorio
      *
      * @access private
      */
@@ -85,4 +84,4 @@ class Copete {
 
 } // -X2C Class :Copete
 
-?>
+?>
\ No newline at end of file
index 5d5e80220e8272135949bff5926277fa43b6bcfa..14512e7c1ec03e84a5db3bc5235c49391ed88623 100644 (file)
@@ -24,8 +24,6 @@
 // $Rev$
 //
 
-#require_once 'PEAR.php';
-
 require_once 'PEAR.php';
 
 define ('ESTILO_GENERICO', '/www/css/estilos.css');
@@ -42,7 +40,7 @@ class Estilo {
     /**
      * Nombre del directorio en donde se encuentra el sistema
      *
-     * @var    string $_directorio
+     * @var    string $directorio
      *
      * @access private
      */
@@ -51,7 +49,7 @@ class Estilo {
     /**
      * Array con los nombre de los archivos de estilo que se fueron agregando
      *
-     * @var    array(string) $_archivos
+     * @var    array(string) $archivos
      *
      * @access private
      */
@@ -112,4 +110,4 @@ class Estilo {
 
 } // -X2C Class :Estilo
 
-?>
+?>
\ No newline at end of file
index c5753a6ee9426faa0b6624ef1f222f94f30dee99..72a6c9d48f9841aff55ab4cd669a6a77975d8618 100644 (file)
@@ -38,7 +38,7 @@ class Imagen {
     /**
      * Nombre del archivo imagen
      *
-     * @var    string $_imgComun
+     * @var    string $imgComun
      *
      * @access private
      */
@@ -46,11 +46,11 @@ class Imagen {
 
     /**
      *
-     * @var    string $_alt
+     * @var    string $alt
      *
      * @access public
      */
-    var $_alt;
+    var $alt;
 
     // ~X2C
 
index fbb0ada4c2cf060c0fda74675eecf576802a4381..16c5e919057bea4d247863f8bfc8e0f3da04f96d 100644 (file)
@@ -41,7 +41,7 @@ class ImagenAnimada extends Imagen {
     /**
      * Nombre del archivo imagen.
      *
-     * @var    string $_imgMouseOn
+     * @var    string $imgMouseOn
      *
      * @access private
      */
@@ -50,7 +50,7 @@ class ImagenAnimada extends Imagen {
     /**
      * Nombre del archivo imagen.
      *
-     * @var    string $_imgSeleccion
+     * @var    string $imgSeleccion
      *
      * @access private
      */
index 5226ee1f5321e87d8eed3eb0ecf9459bcb47460d..26167396390b89f31ed0824a2481aff33eb6bf50 100644 (file)
@@ -48,7 +48,7 @@ class Marco {
     /**
      * Nombre del directorio en donde se encuentra el sistema.
      *
-     * @var    string $_directorio
+     * @var    string $directorio
      *
      * @access private
      */
@@ -57,7 +57,7 @@ class Marco {
     /**
      * Array con los datos de configuracion del sistema.
      *
-     * @var    array $_configuracion
+     * @var    array $configuracion
      *
      * @access private
      */
@@ -66,7 +66,7 @@ class Marco {
     /**
      * Referencia al objeto Titulo.
      *
-     * @var    Titulo $_titulo
+     * @var    Titulo $titulo
      *
      * @access private
      */
@@ -75,7 +75,7 @@ class Marco {
     /**
      * Referencia al objeto Copete.
      *
-     * @var    Copete $_copete
+     * @var    Copete $copete
      *
      * @access private
      */
@@ -84,7 +84,7 @@ class Marco {
     /**
      * Referencia al objeto Script
      *
-     * @var    Script $_script
+     * @var    Script $script
      *
      * @access private
      */
@@ -93,7 +93,7 @@ class Marco {
     /**
      * Referencia al objeto Estilo.
      *
-     * @var    Estilo $_estilo
+     * @var    Estilo $estilo
      *
      * @access private
      */
@@ -102,7 +102,7 @@ class Marco {
     /**
      * Referencia al objeto Menu.
      *
-     * @var    Menu $_menu
+     * @var    Menu $menu
      *
      * @access private
      */
@@ -111,7 +111,7 @@ class Marco {
     /**
      * Referencia al objeto Pie.
      *
-     * @var    Pie $_pie
+     * @var    Pie $pie
      *
      * @access private
      */
@@ -245,4 +245,4 @@ class Marco {
 
 } // -X2C Class :Marco
 
-?>
+?>
\ No newline at end of file
index 78e84ea711be7e8a58e42e02a8fdd15b1d1e855f..b3804c2eca524c1608aa7068bd63229e5d8c3c1c 100644 (file)
@@ -38,7 +38,7 @@ class Menu {
     /**
      * Array de secciones. Contiene la informacion de las secciones del sistema.
      *
-     * @var    array(seccion) $_secciones
+     * @var    array(seccion) $secciones
      *
      * @access private
      */
@@ -47,7 +47,7 @@ class Menu {
     /**
      * Nombre del directorio en donde se encuentra el sistema;.
      *
-     * @var    string $_directorio
+     * @var    string $directorio
      *
      * @access private
      */
index 94239e0b3ac304a6a434ca027f58541f2bd08806..462b312e29da4be2405240d7242f43a52be7157e 100644 (file)
@@ -38,7 +38,7 @@ class Pagina {
     /**
      * Nombre del archivo pagina.
      *
-     * @var    string $_link
+     * @var    string $link
      *
      * @access private
      */
index f078a9cebf47bd407c4186d9fb2611830ebb82a0..0ea3c99e0a50878ac2c4fa1db34977af837c9465 100644 (file)
@@ -38,7 +38,7 @@ class Pie {
     /**
      * Array con los datos de configuracion del sistema.
      *
-     * @var    array $_configuracion
+     * @var    array $configuracion
      *
      * @access private
      */
@@ -83,4 +83,4 @@ class Pie {
 
 } // -X2C Class :Pie
 
-?>
+?>
\ No newline at end of file
index 8a7c1c4103c8381d7f6a365867eee2a67512d86c..ce4b2db5f8ab85bbdcc6ea540fbe0364347b2a09 100644 (file)
@@ -38,7 +38,7 @@ class Script {
     /**
      * Nombre del directorio en donde se encuentra el sistema. Es case sensitive.
      *
-     * @var    string $_directorio
+     * @var    string $directorio
      *
      * @access private
      */
@@ -47,7 +47,7 @@ class Script {
     /**
      * Array con los nombre de los archivos de script que se fueron agregando.
      *
-     * @var    array(string) $_archivos
+     * @var    array(string) $archivos
      *
      * @access private
      */
@@ -108,4 +108,4 @@ class Script {
 
 } // -X2C Class :Script
 
-?>
+?>
\ No newline at end of file
index d63098cf5afc39f7e115b3e4d0905bee8a4378b4..f716331b79d52caed42ea76d65f1b2d86c9cd6de 100644 (file)
@@ -41,7 +41,7 @@ class Seccion extends Pagina {
     /**
      * Nombre de la seccion.
      *
-     * @var    string $_nombre
+     * @var    string $nombre
      *
      * @access private
      */
@@ -50,7 +50,7 @@ class Seccion extends Pagina {
     /**
      * Este es el nombre de la imagen
      *
-     * @var    ImagenAnimada $_imagen
+     * @var    ImagenAnimada $imagen
      *
      * @access private
      */
@@ -59,7 +59,7 @@ class Seccion extends Pagina {
     /**
      * Hijos (menu) de la seccion.
      *
-     * @var    Menu $_hijos
+     * @var    Menu $hijos
      *
      * @access private
      */
index 9358e05abf0e5c0b653cadd9e9b1924bffa854f6..9718aad8f93e279fb5ed22cd02b5cadca0627bb6 100644 (file)
@@ -26,8 +26,6 @@
 
 require_once 'PEAR.php';
 
-
-
 // +X2C Class 13 :Titulo
 /**
  * Clase para el manejo del titulo de los sistemas.
@@ -38,7 +36,7 @@ class Titulo {
     /**
      * Array con los datos de configuracion del sistema.
      *
-     * @var    array $_configuracion
+     * @var    array $configuracion
      *
      * @access private
      */
@@ -79,4 +77,4 @@ class Titulo {
 
 } // -X2C Class :Titulo
 
-?>
+?>
\ No newline at end of file