name = 'ant_wp'; $this->tab = 'advertising_marketing'; $this->version = '1.0'; $this->author = 'Antadis'; $this->need_instance = 0; $this->displayName = $this->l('WP generation'); $this->description = $this->l('Allows to generate WP docs'); } public function install() { if(!parent::install()) { return false; } return true; } public function uninstall() { if(parent::uninstall() == false) { return false; } return true; } }