. */ /** * @brief Contains the diffusion_type Object * (herits of the BaseObject class) * * @file * @author Loïc Vinet - Maarch * @date $date$ * @version $Revision$ * @ingroup core */ // Loads the required class try { require_once("core/class/BaseObject.php"); require_once("core/class/ObjectControlerAbstract.php"); } catch (Exception $e){ echo $e->getMessage().' // '; } /** * Class for controling docservers objects from database */ class diffusion_type extends ObjectControler { /** *Print a viewable string to render the object. * @return string Rendering of the object */ /* public function __toString() { return $this->notification_sid; } */ }