Example #1
0
 /**
  * inicia internamente a DAO
  * @return void
  */
 public function startDAO()
 {
     $this->DAO = ImageDAO::getInstance();
 }