Exemple #1
0
 /**
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->disciplina = new Disciplina();
     //        $this->livro             = new Livro();
     $this->livroDigitalizado = false;
     $this->video = new Youtube();
 }