示例#1
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct("testes.t_topico");
     $this->alvo = new Topico();
     $this->maxQuestoes = 5;
 }
示例#2
0
 /**
  * Construtor.
  */
 public function __construct()
 {
     parent::__construct('testes.t_capitulo');
     $this->alvo = new Capitulo();
     $this->maxQuestoes = 10;
 }