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