Exemple #1
0
 /**
  * method to uninstall the component
  *
  * @param   object  $parent  class calling this method
  *
  * @return void
  */
 public function uninstall($parent)
 {
     // Uninstall extensions
     $this->com_uninstall();
     parent::uninstall($parent);
 }