. */ /** * @brief Contains the controler of life_cycle object (create, save, modify, etc...) * * * @file * @author Luc KEULEYAN - BULL * @author Laurent Giovannoni * @date $date$ * @version $Revision$ * @ingroup life_cycle */ require_once 'modules/notifications/class/notifications_controler_Abstract.php'; /** * @brief Controler of the notification object * * @ingroup notifications */ class notifications_controler extends notifications_controler_Abstract { // custom }