Esempio n. 1
0
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->tg->setObjeto(new Responsavel());
 }
Esempio n. 2
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->tg->setObjeto(new Coordenador());
 }
Esempio n. 3
0
 /**
  * Construtor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->tg->defineColuna('ano', $this->colInt);
 }