. */ /** * @brief Contains the notification Object (herits of the BaseObject class) * * * @file * @author Laurent Giovannoni * @date $date$ * @version $Revision$ * @ingroup template */ require_once 'modules/notifications/class/notifications_Abstract.php'; /** * @brief lc_policies Object, herits of the BaseObject class * * @ingroup template */ class notifications extends notifications_Abstract { // custom }