Ejemplo n.º 1
0
 /**
  * Construtor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->resumo = '';
     $this->capitulo = new Capitulo();
     $this->paginaInicial = 0;
     $this->paginaFinal = 0;
     $this->videoAula = new Youtube();
 }
Ejemplo n.º 2
0
 /**
  * Construtor
  */
 public function __construct()
 {
     parent::__construct();
     $this->livro = new Livro();
     $this->disciplina = new Disciplina();
 }