art = new ComLArticle($_title, $_body, $_append); } // }}} // {{{ function _mail_subj protected function _mail_subj() { return "[Polytechnique.org/LettreCommunauté] Proposition d'article dans la Lettre de la communauté"; } // }}} // {{{ function commit() public function commit() { $nl = NewsLetter::forGroup(NewsLetter::GROUP_COMMUNITY)->getPendingIssue(true); $nl->saveArticle($this->art); return true; } // }}} } // }}} // vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>