From f376aebab4ef96b1715f9ddd6084b1ef207cf63e Mon Sep 17 00:00:00 2001 From: Eriksen Costa Paixão Date: Fri, 30 Apr 2010 19:17:04 +0000 Subject: [PATCH] Removido código desnecessário e atualização de docblocks --- ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php | 60 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php b/ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php index 3365155..2ec4bf3 100644 --- a/ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php +++ b/ieducar/intranet/educar_relatorio_ata_resultado_final_proc.php @@ -20,14 +20,12 @@ * com este programa; se não, escreva para a Free Software Foundation, Inc., no * endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. * - * @author Prefeitura Municipal de Itajaí - * @license http://creativecommons.org/licenses/GPL/2.0/legalcode.pt CC GNU GPL - * @package Core - * @subpackage pmieducar - * @subpackage NotaFalta - * @subpackage Relatorio - * @since Arquivo disponível desde a versão 1.0.0 - * @version $Id$ + * @author Prefeitura Municipal de Itajaí + * @category i-Educar + * @license @@license@@ + * @package iEd_Pmieducar + * @since Arquivo disponível desde a versão 1.0.0 + * @version $Id$ */ require_once 'include/clsBase.inc.php'; @@ -36,23 +34,39 @@ require_once 'include/clsBanco.inc.php'; require_once 'include/pmieducar/geral.inc.php'; require_once 'include/clsPDF.inc.php'; +/** + * clsIndexBase class. + * + * @author Prefeitura Municipal de Itajaí + * @category i-Educar + * @license @@license@@ + * @package iEd_Pmieducar + * @since Classe disponível desde a versão 1.0.0 + * @version @@package_version@@ + */ class clsIndexBase extends clsBase { function Formular() { - $this->SetTitulo($this->_instituicao . ' i-Educar - Registro de Matrículas'); - $this->processoAp = '807'; + $this->SetTitulo($this->_instituicao . ' i-Educar - Ata de Resultado Final'); + $this->processoAp = 807; $this->renderMenu = FALSE; $this->renderMenuSuspenso = FALSE; } } +/** + * index class. + * + * @author Prefeitura Municipal de Itajaí + * @category i-Educar + * @license @@license@@ + * @package iEd_Pmieducar + * @since Classe disponível desde a versão 1.0.0 + * @version @@package_version@@ + */ class indice extends clsCadastro { - /** - * Referência a usuário da sessão. - * @var int - */ var $pessoa_logada; var $ref_cod_instituicao; @@ -78,28 +92,10 @@ class indice extends clsCadastro var $campo_assinatura; var $total = 0; - var $meses_do_ano = array( - '1' => 'JANEIRO', - '2' => 'FEVEREIRO', - '3' => 'MARÇO', - '4' => 'ABRIL', - '5' => 'MAIO', - '6' => 'JUNHO', - '7' => 'JULHO', - '8' => 'AGOSTO', - '9' => 'SETEMBRO', - '10' => 'OUTUBRO', - '11' => 'NOVEMBRO', - '12' => 'DEZEMBRO' - ); - var $array_modulos = array(); var $dias_letivos; var $falta_ch_globalizada; - var $is_padrao; - var $semestre; - function renderHTML() { session_start(); -- libgit2 0.21.2