예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->observacoes = "";
     $this->agente = new Usuario();
     $this->alvo = new Usuario();
     $this->usrInclusao = new Usuario();
     $this->subtipo = new Subtipo();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->obs = "";
     $this->alvo = new Professor();
     $this->subtipo = new Subtipo();
     $this->dtInclusao = new Date();
     $this->autor = new Coordenador();
 }
예제 #3
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->subtipo = new Subtipo();
     $this->alvo = new Aluno();
 }