Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->hora = new DateTime();
     $this->dia = 0;
     $this->turma = new Turma();
 }
Example #2
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = "";
     $this->grupo = new Grupo();
     $this->videoApresentacao = new \GGE\Lib\Filter\Types\Sub\Youtube();
 }
Example #3
0
 /**
  * Construtor
  * @param int $id Caso seja informado, inicializa a coordenação com o código
  */
 public function __construct($id = false)
 {
     parent::__construct();
     if ((int) $id) {
         $this->setId($id);
     }
 }
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->serie = new Serie();
     $this->disciplina = new Disciplina();
     $this->videoApresentacao = new Youtube();
 }
Example #5
0
 /**
  * Construtor
  */
 public function __construct($tabela)
 {
     parent::__construct();
     $this->tabela = $tabela;
     $this->ano = (int) Loader::data("config", "site", "ano_letivo");
     $this->nota = 0.0;
 }
Example #6
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->titulo = $this->edicao = "";
     $this->volume = 0;
     $this->colecao = new Colecao();
 }
Example #7
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->intercambioPais = "";
     $this->instituicao = "";
     $this->niveisAceitos = array(1 => "Básico", 2 => "Intermediário", 3 => "Avançado");
 }
Example #8
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = "";
     $this->status = false;
     $this->ano = Loader::data("config", "site", "ano_letivo");
     $this->serie = new Serie();
 }
Example #9
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = "";
     $this->sequencial = "";
     $this->livro = new Livro();
     $this->disciplina = new Disciplina();
 }
Example #10
0
 public function __construct()
 {
     parent::__construct();
     $this->nota = false;
     $this->anexo = new Anexos();
     $this->usuario = new Usuario();
     $this->dtHora = new DateTime();
 }
Example #11
0
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->professor = new Professor();
     $this->usuarioInsert = new UsuarioInteracao();
     $this->dtAula = new Date();
     $this->turma = new Turma();
 }
Example #12
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = $this->email = "";
     $this->endereco = new Endereco();
     $this->telefone = new TelFixo();
     $this->dtNascimentoAbertura = new Date();
 }
Example #13
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = new Tipo();
     $this->nome = $this->cor = $this->obs = "";
     $this->pontuacao = 0.0;
     $this->ePositivo = false;
 }
Example #14
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->aula = new Aula();
     $this->topico = new Topico();
     $this->data = new Date("");
     $this->status = self::STATUS_NAO_DADO;
     $this->turma = new Turma();
 }
Example #15
0
 /**
  * Construtor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->dataEvento = new Date();
     $this->aula = new Aula();
     $this->autor = new Usuario();
     $this->alvo = new Usuario();
     $this->usrInc = new Usuario();
 }
Example #16
0
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->remetente = new Usuario();
     $this->destinatario = new Destinatario();
     $this->tipo = new Tipo();
     $this->anexos = array();
     $this->dtInclusao = new Date();
     $this->status = false;
 }
 /**
  * Construtor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->aluno = new Aluno();
     $this->topico = new Topico();
     $this->ano = (int) date('Y');
     //Configurando o objeto status
     $this->itensPermitidos = array("livro", "anexo");
     $this->objStatus = new stdClass();
     foreach ($this->itensPermitidos as $value) {
         $this->objStatus->{$value} = array();
     }
 }
Example #18
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->defineTipos();
     $this->tipo = self::MULTIPLA_ESCOLHA;
     $this->questao = "";
     $this->descricao = "";
     $this->tipoInsert = self::SALVA_ARQUIVO;
     $this->numALternativas = 0;
     $this->gabarito = "";
     $this->dica = "";
     $this->explicacao = "";
     $this->disciplinas = array();
 }
Example #19
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = $this->resumo = "";
     $this->capitulo = new Capitulo();
     $this->sequencial = 0;
     $this->paginaInicial = 0;
     $this->paginaFinal = 0;
     $this->total = 0;
     $this->paginasTrabalhadas = "";
     $this->status = self::STATUS_NAO_DADO;
     $this->dataStatus = new DateTime();
     $this->conteudoDigital = false;
 }
Example #20
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     //Definindo os textos para as finalidades
     $this->definirFinalidades();
     //Definindo os dados para os tipos
     $this->definirNomesTipos();
     //Inicializando os objetos básicos
     $this->usuarioInsert = new UsuarioInteracao();
     $this->podeDeletar = true;
 }
Example #21
0
 /**
  * Construtro
  */
 public function __construct()
 {
     parent::__construct();
     $this->tiposValidos = array(1 => "Segundo grau completo", 2 => "Curso técnico", 3 => "Tecnologo", 4 => "Curso superior", 5 => "Mestrado", 6 => "Doutorado", 7 => "PhD");
     $this->statusValidos = array(self::STATUS_CURSANDO => "Cursando", self::STATUS_CONCLUIDO => "Concluído", self::STATUS_TRANCADO => "Trancado", self::STATUS_ABANDONADO => "Abandonado");
 }
Example #22
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->nome = "";
     $this->areaDaNatureza = new AreaDaNateureza();
 }
Example #23
0
 public function __construct()
 {
     parent::__construct();
     $this->nome = "";
 }
Example #24
0
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->tipo = self::UNIDADE;
     $this->alvo = new Unidade();
 }
Example #25
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->curso = new Curso();
     $this->ensino = new Ensino();
 }
Example #26
0
 /**
  * Construtor
  * @param int $perfil Defini o perfil inicial do usuário
  * @param string $tabela Define a tabela especifica do perfil
  */
 public function __construct($perfil = self::PUBLICO, $tabela = "")
 {
     parent::__construct();
     $this->id = (int) $perfil;
     $this->tabela = (string) $tabela;
 }
Example #27
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->periodo = new Periodo();
     $this->tiposPermitidos = array(self::TIPO_ESTAGIO => "Estágio", self::TIPO_EMPREGO => "Emprego", self::TIPO_VOLUNTARIO => "Trabalho voluntário");
 }
Example #28
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->status = Status::DESATIVADO;
 }
Example #29
0
 public function __construct()
 {
     parent::__construct();
     $this->nome = $this->email = "";
     $this->endereco = new Endereco();
 }
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
 }