name = 'ant_logistic'; $this->tab = 'administration'; $this->author = 'Antadis'; $this->version = '1.0'; $this->need_instance = 0; parent::__construct(); $this->displayName = $this->l('Logistic manager'); $this->description = $this->l('Manager of logistic to send parcel for orders'); } public function install() { # Register hooks if(!(parent::install())) { return false; } return true; } }