Esempio n. 1
0
 /**
  * @access private
  * Insertion d'un contact pour le formulaire
  */
 private function add()
 {
     if (isset($this->mail_contact)) {
         if (empty($this->mail_contact)) {
             $this->message->getNotify('empty');
         } else {
             parent::i_contact($this->getlang, $this->mail_contact);
             $this->message->getNotify('add');
         }
     }
 }