예제 #1
0
 /**
  * Installs the packages database through doctrine entities and db.xml
  * database definitions.
  *
  * @return void
  */
 public function installDatabase()
 {
     return parent::installDatabase();
 }