. */ /** * @brief Contains the diffusion_type Object * (herits of the BaseObject class) * * @file * @author Loïc Vinet - Maarch * @date $date$ * @version $Revision$ * @ingroup core */ require_once 'modules/notifications/class/diffusion_type_Abstract.php'; /** * Class for controling docservers objects from database */ class diffusion_type extends diffusion_type_Abstract { // custom }